summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohannes Berg2017-01-05 13:37:28 +0100
committerJohannes Berg2017-01-05 13:37:28 +0100
commit3db5e3e707ebb9ab0ce3a2dcd924ed2ea525d770 (patch)
tree5ee51e9c6c7f8d3757b70449630b44c97e8a7ce6 /include/net
parentcfg80211: only pass sband to set_mandatory_flags_band() (diff)
downloadkernel-qcow2-linux-3db5e3e707ebb9ab0ce3a2dcd924ed2ea525d770.tar.gz
kernel-qcow2-linux-3db5e3e707ebb9ab0ce3a2dcd924ed2ea525d770.tar.xz
kernel-qcow2-linux-3db5e3e707ebb9ab0ce3a2dcd924ed2ea525d770.zip
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>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 5345d358a510..5f5cb194cd78 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -147,7 +147,6 @@ enum ieee80211_ac_numbers {
IEEE80211_AC_BE = 2,
IEEE80211_AC_BK = 3,
};
-#define IEEE80211_NUM_ACS 4
/**
* struct ieee80211_tx_queue_params - transmit queue configuration