aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-agn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c
index e6695e80fb53..79a24410dd0a 100644
--- a/drivers/net/wireless/iwlwifi/iwl-agn.c
+++ b/drivers/net/wireless/iwlwifi/iwl-agn.c
@@ -2734,10 +2734,11 @@ static int iwl4965_mac_add_interface(struct ieee80211_hw *hw,
2734 * be set inappropriately and the driver currently sets the hardware up to 2734 * be set inappropriately and the driver currently sets the hardware up to
2735 * use it whenever needed. 2735 * use it whenever needed.
2736 */ 2736 */
2737static int iwl4965_mac_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf) 2737static int iwl4965_mac_config(struct ieee80211_hw *hw, u32 changed)
2738{ 2738{
2739 struct iwl_priv *priv = hw->priv; 2739 struct iwl_priv *priv = hw->priv;
2740 const struct iwl_channel_info *ch_info; 2740 const struct iwl_channel_info *ch_info;
2741 struct ieee80211_conf *conf = &hw->conf;
2741 unsigned long flags; 2742 unsigned long flags;
2742 int ret = 0; 2743 int ret = 0;
2743 u16 channel; 2744 u16 channel;