Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wireless: move IEEE80211_NUM_ACS to ieee80211.h

This constant isn't really specific to mac80211, so move it
"up" a level to ieee80211.h

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+2 -1
+2
include/linux/ieee80211.h
··· 185 185 186 186 /* number of user priorities 802.11 uses */ 187 187 #define IEEE80211_NUM_UPS 8 188 + /* number of ACs */ 189 + #define IEEE80211_NUM_ACS 4 188 190 189 191 #define IEEE80211_QOS_CTL_LEN 2 190 192 /* 1d tag mask */
-1
include/net/mac80211.h
··· 147 147 IEEE80211_AC_BE = 2, 148 148 IEEE80211_AC_BK = 3, 149 149 }; 150 - #define IEEE80211_NUM_ACS 4 151 150 152 151 /** 153 152 * struct ieee80211_tx_queue_params - transmit queue configuration