diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/b43/main.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/b43legacy/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index ed6e96a34743..c806924c7b5c 100644 --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c | |||
@@ -3573,7 +3573,7 @@ static int b43_op_config(struct ieee80211_hw *hw, u32 changed) | |||
3573 | if (conf->channel->hw_value != phy->channel) | 3573 | if (conf->channel->hw_value != phy->channel) |
3574 | b43_switch_channel(dev, conf->channel->hw_value); | 3574 | b43_switch_channel(dev, conf->channel->hw_value); |
3575 | 3575 | ||
3576 | dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_RADIOTAP); | 3576 | dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); |
3577 | 3577 | ||
3578 | /* Adjust the desired TX power level. */ | 3578 | /* Adjust the desired TX power level. */ |
3579 | if (conf->power_level != 0) { | 3579 | if (conf->power_level != 0) { |
diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c index 0983406f4630..d579bb9035c4 100644 --- a/drivers/net/wireless/b43legacy/main.c +++ b/drivers/net/wireless/b43legacy/main.c | |||
@@ -2676,7 +2676,7 @@ static int b43legacy_op_dev_config(struct ieee80211_hw *hw, | |||
2676 | if (conf->channel->hw_value != phy->channel) | 2676 | if (conf->channel->hw_value != phy->channel) |
2677 | b43legacy_radio_selectchannel(dev, conf->channel->hw_value, 0); | 2677 | b43legacy_radio_selectchannel(dev, conf->channel->hw_value, 0); |
2678 | 2678 | ||
2679 | dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_RADIOTAP); | 2679 | dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); |
2680 | 2680 | ||
2681 | /* Adjust the desired TX power level. */ | 2681 | /* Adjust the desired TX power level. */ |
2682 | if (conf->power_level != 0) { | 2682 | if (conf->power_level != 0) { |