From: Johannes Berg Date: Tue, 22 Jul 2014 12:50:47 +0000 (+0200) Subject: mac80211: don't duplicate station QoS capability data X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~4^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74a8c846fb699f3277c0c21278bd4c414074b4a;p=pandora-kernel.git mac80211: don't duplicate station QoS capability data We currently track the QoS capability twice: for all peer stations in the WLAN_STA_WME flag, and for any clients associated to an AP interface separately for drivers in the sta->sta.wme field. Remove the WLAN_STA_WME flag and track the capability only in the driver-visible field, getting rid of the limitation that the field is only valid in AP mode. Reviewed-by: Arik Nemtsov Signed-off-by: Johannes Berg --- Reading git-diff-tree failed