diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index bb50700436fe..c4c02d5145c2 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -767,6 +767,7 @@ struct ath5k_athchan_2ghz { | |||
767 | */ | 767 | */ |
768 | 768 | ||
769 | #define AR5K_KEYCACHE_SIZE 8 | 769 | #define AR5K_KEYCACHE_SIZE 8 |
770 | extern int ath5k_modparam_nohwcrypt; | ||
770 | 771 | ||
771 | /***********************\ | 772 | /***********************\ |
772 | HW RELATED DEFINITIONS | 773 | HW RELATED DEFINITIONS |
@@ -1180,8 +1181,8 @@ void ath5k_sysfs_unregister(struct ath5k_softc *sc); | |||
1180 | struct ath5k_buf; | 1181 | struct ath5k_buf; |
1181 | struct ath5k_txq; | 1182 | struct ath5k_txq; |
1182 | 1183 | ||
1183 | void set_beacon_filter(struct ieee80211_hw *hw, bool enable); | 1184 | void ath5k_set_beacon_filter(struct ieee80211_hw *hw, bool enable); |
1184 | bool ath_any_vif_assoc(struct ath5k_softc *sc); | 1185 | bool ath5k_any_vif_assoc(struct ath5k_softc *sc); |
1185 | void ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, | 1186 | void ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, |
1186 | struct ath5k_txq *txq); | 1187 | struct ath5k_txq *txq); |
1187 | int ath5k_init_hw(struct ath5k_softc *sc); | 1188 | int ath5k_init_hw(struct ath5k_softc *sc); |
@@ -1253,7 +1254,7 @@ int ath5k_hw_get_frame_duration(struct ath5k_hw *ah, | |||
1253 | int len, struct ieee80211_rate *rate, bool shortpre); | 1254 | int len, struct ieee80211_rate *rate, bool shortpre); |
1254 | unsigned int ath5k_hw_get_default_slottime(struct ath5k_hw *ah); | 1255 | unsigned int ath5k_hw_get_default_slottime(struct ath5k_hw *ah); |
1255 | unsigned int ath5k_hw_get_default_sifs(struct ath5k_hw *ah); | 1256 | unsigned int ath5k_hw_get_default_sifs(struct ath5k_hw *ah); |
1256 | extern int ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype opmode); | 1257 | int ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype opmode); |
1257 | void ath5k_hw_set_coverage_class(struct ath5k_hw *ah, u8 coverage_class); | 1258 | void ath5k_hw_set_coverage_class(struct ath5k_hw *ah, u8 coverage_class); |
1258 | /* RX filter control*/ | 1259 | /* RX filter control*/ |
1259 | int ath5k_hw_set_lladdr(struct ath5k_hw *ah, const u8 *mac); | 1260 | int ath5k_hw_set_lladdr(struct ath5k_hw *ah, const u8 *mac); |