diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/dvm/agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/dvm/agn.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/dvm/agn.h b/drivers/net/wireless/iwlwifi/dvm/agn.h index 18355110deff..f2a86ffc3b4c 100644 --- a/drivers/net/wireless/iwlwifi/dvm/agn.h +++ b/drivers/net/wireless/iwlwifi/dvm/agn.h | |||
@@ -106,7 +106,6 @@ extern const struct iwl_dvm_cfg iwl_dvm_6030_cfg; | |||
106 | #define STATUS_CHANNEL_SWITCH_PENDING 11 | 106 | #define STATUS_CHANNEL_SWITCH_PENDING 11 |
107 | #define STATUS_SCAN_COMPLETE 12 | 107 | #define STATUS_SCAN_COMPLETE 12 |
108 | #define STATUS_POWER_PMI 13 | 108 | #define STATUS_POWER_PMI 13 |
109 | #define STATUS_SCAN_ROC_EXPIRED 14 | ||
110 | 109 | ||
111 | struct iwl_ucode_capabilities; | 110 | struct iwl_ucode_capabilities; |
112 | 111 | ||
@@ -250,7 +249,6 @@ u8 iwl_toggle_tx_ant(struct iwl_priv *priv, u8 ant_idx, u8 valid); | |||
250 | 249 | ||
251 | /* scan */ | 250 | /* scan */ |
252 | void iwlagn_post_scan(struct iwl_priv *priv); | 251 | void iwlagn_post_scan(struct iwl_priv *priv); |
253 | void iwlagn_disable_roc(struct iwl_priv *priv); | ||
254 | int iwl_force_rf_reset(struct iwl_priv *priv, bool external); | 252 | int iwl_force_rf_reset(struct iwl_priv *priv, bool external); |
255 | void iwl_init_scan_params(struct iwl_priv *priv); | 253 | void iwl_init_scan_params(struct iwl_priv *priv); |
256 | int iwl_scan_cancel(struct iwl_priv *priv); | 254 | int iwl_scan_cancel(struct iwl_priv *priv); |
@@ -265,10 +263,6 @@ int __must_check iwl_scan_initiate(struct iwl_priv *priv, | |||
265 | enum iwl_scan_type scan_type, | 263 | enum iwl_scan_type scan_type, |
266 | enum ieee80211_band band); | 264 | enum ieee80211_band band); |
267 | 265 | ||
268 | void iwl_scan_roc_expired(struct iwl_priv *priv); | ||
269 | void iwl_scan_offchannel_skb(struct iwl_priv *priv); | ||
270 | void iwl_scan_offchannel_skb_status(struct iwl_priv *priv); | ||
271 | |||
272 | /* For faster active scanning, scan will move to the next channel if fewer than | 266 | /* For faster active scanning, scan will move to the next channel if fewer than |
273 | * PLCP_QUIET_THRESH packets are heard on this channel within | 267 | * PLCP_QUIET_THRESH packets are heard on this channel within |
274 | * ACTIVE_QUIET_TIME after sending probe request. This shortens the dwell | 268 | * ACTIVE_QUIET_TIME after sending probe request. This shortens the dwell |