From: Sujith Manoharan Date: Tue, 17 May 2011 07:11:41 +0000 (+0530) Subject: ath9k_htc: Recalculate the BSSID mask on interface X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=db32124a3f463e551ebffe3b4c6045924d3dfafd;p=deliverable%2Flinux.git ath9k_htc: Recalculate the BSSID mask on interface Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_main.c b/drivers/net/wireless/ath/ath9k/htc_drv_main.c index b1b86135b634..8a82e821665c 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_main.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_main.c @@ -1164,6 +1164,8 @@ static void ath9k_htc_remove_interface(struct ieee80211_hw *hw, ath9k_htc_set_opmode(priv); + ath9k_htc_set_bssid_mask(priv, vif); + /* * Stop ANI only if there are no associated station interfaces. */