aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43legacy/main.c')
-rw-r--r--drivers/net/wireless/b43legacy/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c
index 867f01ce45c7..793cc396562f 100644
--- a/drivers/net/wireless/b43legacy/main.c
+++ b/drivers/net/wireless/b43legacy/main.c
@@ -2557,11 +2557,12 @@ init_failure:
2557} 2557}
2558 2558
2559static int b43legacy_op_dev_config(struct ieee80211_hw *hw, 2559static int b43legacy_op_dev_config(struct ieee80211_hw *hw,
2560 struct ieee80211_conf *conf) 2560 u32 changed)
2561{ 2561{
2562 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); 2562 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
2563 struct b43legacy_wldev *dev; 2563 struct b43legacy_wldev *dev;
2564 struct b43legacy_phy *phy; 2564 struct b43legacy_phy *phy;
2565 struct ieee80211_conf *conf = &hw->conf;
2565 unsigned long flags; 2566 unsigned long flags;
2566 unsigned int new_phymode = 0xFFFF; 2567 unsigned int new_phymode = 0xFFFF;
2567 int antenna_tx; 2568 int antenna_tx;