diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/main.c')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/main.c b/drivers/net/wireless/ath/carl9170/main.c index 08b193199946..699c557bc2c7 100644 --- a/drivers/net/wireless/ath/carl9170/main.c +++ b/drivers/net/wireless/ath/carl9170/main.c | |||
@@ -939,7 +939,7 @@ static int carl9170_op_config(struct ieee80211_hw *hw, u32 changed) | |||
939 | goto out; | 939 | goto out; |
940 | 940 | ||
941 | err = carl9170_set_channel(ar, hw->conf.channel, | 941 | err = carl9170_set_channel(ar, hw->conf.channel, |
942 | hw->conf.channel_type, CARL9170_RFI_NONE); | 942 | hw->conf.channel_type); |
943 | if (err) | 943 | if (err) |
944 | goto out; | 944 | goto out; |
945 | 945 | ||