X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fmac80211%2Fdebugfs_sta.c;h=33eb4a43a2f342d7c8af78908498020da753b6e2;hb=61a3d4f9d52c00b2016bc27fc66b10a194043f76;hp=86173c0de40e91d658e883514232c720a4c51e0e;hpb=14b058bbce9279ee432f0944ca14df69f4a0d170;p=karo-tx-linux.git 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, TEST(AUTH), TEST(ASSOC), TEST(PS_STA), TEST(PS_DRIVER), TEST(AUTHORIZED), TEST(SHORT_PREAMBLE), - TEST(WME), TEST(WDS), TEST(CLEAR_PS_FILT), + sta->sta.wme ? "WME\n" : "", + TEST(WDS), TEST(CLEAR_PS_FILT), TEST(MFP), TEST(BLOCK_BA), TEST(PSPOLL), TEST(UAPSD), TEST(SP), TEST(TDLS_PEER), TEST(TDLS_PEER_AUTH), TEST(4ADDR_EVENT),