|
@@ -63,10 +63,10 @@ static ssize_t sta_flags_read(struct file *file, char __user *userbuf,
|
|
|
test_sta_flag(sta, WLAN_STA_##flg) ? #flg "\n" : ""
|
|
|
|
|
|
int res = scnprintf(buf, sizeof(buf),
|
|
|
- "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
|
|
|
+ "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
|
|
|
TEST(AUTH), TEST(ASSOC), TEST(PS_STA),
|
|
|
TEST(PS_DRIVER), TEST(AUTHORIZED),
|
|
|
- TEST(SHORT_PREAMBLE), TEST(ASSOC_AP),
|
|
|
+ TEST(SHORT_PREAMBLE),
|
|
|
TEST(WME), TEST(WDS), TEST(CLEAR_PS_FILT),
|
|
|
TEST(MFP), TEST(BLOCK_BA), TEST(PSPOLL),
|
|
|
TEST(UAPSD), TEST(SP), TEST(TDLS_PEER),
|