aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/at76c50x-usb.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-08-17 10:18:07 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-20 11:35:58 -0400
commitf424afa17899408cbd267a4c4534ca6fc9d8f71c (patch)
treeef68af16e693231b6842767ecd2ad04ba341cd93 /drivers/net/wireless/at76c50x-usb.c
parent3ac64beecd27400d12cc7afb4108eef26c499f6a (diff)
mac80211: remove deprecated API
All but two drivers have now stopped using the two deprecated members radio_enabled and beacon_int, so it's about time to remove them for good. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Kalle Valo <kalle.valo@iki.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/at76c50x-usb.c')
-rw-r--r--drivers/net/wireless/at76c50x-usb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/at76c50x-usb.c b/drivers/net/wireless/at76c50x-usb.c
index a6e19545ac6a..8e1a55dec351 100644
--- a/drivers/net/wireless/at76c50x-usb.c
+++ b/drivers/net/wireless/at76c50x-usb.c
@@ -1950,9 +1950,8 @@ static int at76_config(struct ieee80211_hw *hw, u32 changed)
1950{ 1950{
1951 struct at76_priv *priv = hw->priv; 1951 struct at76_priv *priv = hw->priv;
1952 1952
1953 at76_dbg(DBG_MAC80211, "%s(): channel %d radio %d", 1953 at76_dbg(DBG_MAC80211, "%s(): channel %d",
1954 __func__, hw->conf.channel->hw_value, 1954 __func__, hw->conf.channel->hw_value);
1955 hw->conf.radio_enabled);
1956 at76_dbg_dump(DBG_MAC80211, priv->bssid, ETH_ALEN, "bssid:"); 1955 at76_dbg_dump(DBG_MAC80211, priv->bssid, ETH_ALEN, "bssid:");
1957 1956
1958 mutex_lock(&priv->mtx); 1957 mutex_lock(&priv->mtx);