diff options
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r-- | net/mac80211/debugfs_sta.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c index 86173c0de40e..33eb4a43a2f3 100644 --- a/net/mac80211/debugfs_sta.c +++ b/net/mac80211/debugfs_sta.c | |||
@@ -77,7 +77,8 @@ static ssize_t sta_flags_read(struct file *file, char __user *userbuf, | |||
77 | TEST(AUTH), TEST(ASSOC), TEST(PS_STA), | 77 | TEST(AUTH), TEST(ASSOC), TEST(PS_STA), |
78 | TEST(PS_DRIVER), TEST(AUTHORIZED), | 78 | TEST(PS_DRIVER), TEST(AUTHORIZED), |
79 | TEST(SHORT_PREAMBLE), | 79 | TEST(SHORT_PREAMBLE), |
80 | TEST(WME), TEST(WDS), TEST(CLEAR_PS_FILT), | 80 | sta->sta.wme ? "WME\n" : "", |
81 | TEST(WDS), TEST(CLEAR_PS_FILT), | ||
81 | TEST(MFP), TEST(BLOCK_BA), TEST(PSPOLL), | 82 | TEST(MFP), TEST(BLOCK_BA), TEST(PSPOLL), |
82 | TEST(UAPSD), TEST(SP), TEST(TDLS_PEER), | 83 | TEST(UAPSD), TEST(SP), TEST(TDLS_PEER), |
83 | TEST(TDLS_PEER_AUTH), TEST(4ADDR_EVENT), | 84 | TEST(TDLS_PEER_AUTH), TEST(4ADDR_EVENT), |