Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b453175d authored by Bruno Randolf's avatar Bruno Randolf Committed by John W. Linville
Browse files

ath9k: Remove unused IEEE80211_WEP_NKID



IEEE80211_WEP_NKID is not used in ath9k any more since the key handling code
has been moved to ath/.

Signed-off-by: default avatarBruno Randolf <br1@einfach.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ead3dcff
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -534,7 +534,6 @@ struct ath_ant_comb {
#define ATH_CABQ_READY_TIME     80      /* % of beacon interval */
#define ATH_CABQ_READY_TIME     80      /* % of beacon interval */
#define ATH_MAX_SW_RETRIES      10
#define ATH_MAX_SW_RETRIES      10
#define ATH_CHAN_MAX            255
#define ATH_CHAN_MAX            255
#define IEEE80211_WEP_NKID      4       /* number of key ids */


#define ATH_TXPOWER_MAX         100     /* .5 dBm units */
#define ATH_TXPOWER_MAX         100     /* .5 dBm units */
#define ATH_RATE_DUMMY_MARKER   0
#define ATH_RATE_DUMMY_MARKER   0
+0 −2
Original line number Original line Diff line number Diff line
@@ -23,8 +23,6 @@


/* Common header for Atheros 802.11n base driver cores */
/* Common header for Atheros 802.11n base driver cores */


#define IEEE80211_WEP_NKID 4

#define WME_NUM_TID             16
#define WME_NUM_TID             16
#define WME_BA_BMP_SIZE         64
#define WME_BA_BMP_SIZE         64
#define WME_MAX_BA              WME_BA_BMP_SIZE
#define WME_MAX_BA              WME_BA_BMP_SIZE