mac80211: uapsd_queues is in QoS IE order
The uapsd_queue field is in QoS IE order and not in IEEE80211_AC_*'s order. This means that mac80211 would get confused between BK and BE which is certainly not such a big deal but needs to be fixed. Signed-off-by:Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by:
Luca Coelho <luciano.coelho@intel.com> Signed-off-by:
Johannes Berg <johannes.berg@intel.com>
Showing
- include/net/cfg80211.h 2 additions, 1 deletioninclude/net/cfg80211.h
- include/net/mac80211.h 2 additions, 1 deletioninclude/net/mac80211.h
- net/mac80211/ieee80211_i.h 2 additions, 0 deletionsnet/mac80211/ieee80211_i.h
- net/mac80211/mlme.c 1 addition, 1 deletionnet/mac80211/mlme.c
- net/mac80211/rx.c 2 additions, 1 deletionnet/mac80211/rx.c
- net/mac80211/sta_info.c 8 additions, 5 deletionsnet/mac80211/sta_info.c
- net/mac80211/util.c 7 additions, 0 deletionsnet/mac80211/util.c
Loading
Please register or sign in to comment