diff options
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r-- | net/mac80211/debugfs_sta.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c index 6fb1168b9f16..c7591f73dbc3 100644 --- a/net/mac80211/debugfs_sta.c +++ b/net/mac80211/debugfs_sta.c | |||
@@ -65,7 +65,7 @@ static ssize_t sta_flags_read(struct file *file, char __user *userbuf, | |||
65 | test_sta_flag(sta, WLAN_STA_##flg) ? #flg "\n" : "" | 65 | test_sta_flag(sta, WLAN_STA_##flg) ? #flg "\n" : "" |
66 | 66 | ||
67 | int res = scnprintf(buf, sizeof(buf), | 67 | int res = scnprintf(buf, sizeof(buf), |
68 | "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s", | 68 | "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s", |
69 | TEST(AUTH), TEST(ASSOC), TEST(PS_STA), | 69 | TEST(AUTH), TEST(ASSOC), TEST(PS_STA), |
70 | TEST(PS_DRIVER), TEST(AUTHORIZED), | 70 | TEST(PS_DRIVER), TEST(AUTHORIZED), |
71 | TEST(SHORT_PREAMBLE), | 71 | TEST(SHORT_PREAMBLE), |
@@ -74,7 +74,8 @@ static ssize_t sta_flags_read(struct file *file, char __user *userbuf, | |||
74 | TEST(UAPSD), TEST(SP), TEST(TDLS_PEER), | 74 | TEST(UAPSD), TEST(SP), TEST(TDLS_PEER), |
75 | TEST(TDLS_PEER_AUTH), TEST(4ADDR_EVENT), | 75 | TEST(TDLS_PEER_AUTH), TEST(4ADDR_EVENT), |
76 | TEST(INSERTED), TEST(RATE_CONTROL), | 76 | TEST(INSERTED), TEST(RATE_CONTROL), |
77 | TEST(TOFFSET_KNOWN)); | 77 | TEST(TOFFSET_KNOWN), TEST(MPSP_OWNER), |
78 | TEST(MPSP_RECIPIENT)); | ||
78 | #undef TEST | 79 | #undef TEST |
79 | return simple_read_from_buffer(userbuf, count, ppos, buf, res); | 80 | return simple_read_from_buffer(userbuf, count, ppos, buf, res); |
80 | } | 81 | } |