From 8713776bbe67a72a6ab29769cf3b835bd39893bd Mon Sep 17 00:00:00 2001 From: Mohammed Shafi Shajakhan Date: Wed, 10 Aug 2011 16:24:57 +0530 Subject: [PATCH] --- yaml --- r: 265499 b: refs/heads/master c: 6a6767b046e2d336e2af06cb605106ed44a852b6 h: refs/heads/master i: 265497: d31fa9de85a4f950e13947d3a0b67068b416d94e 265495: cc3c79ea0a85e835c61cb6c09940263a971f8916 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath/ath9k/recv.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 193e1c380fbd..75b24c5c3013 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 32359e30a6d0b1ee57e0da6cc71713becdde0b39 +refs/heads/master: 6a6767b046e2d336e2af06cb605106ed44a852b6 diff --git a/trunk/drivers/net/wireless/ath/ath9k/recv.c b/trunk/drivers/net/wireless/ath/ath9k/recv.c index 5b4f05366f87..74094022b654 100644 --- a/trunk/drivers/net/wireless/ath/ath9k/recv.c +++ b/trunk/drivers/net/wireless/ath/ath9k/recv.c @@ -1784,11 +1784,6 @@ int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) struct ieee80211_rx_status *rxs; struct ath_hw *ah = sc->sc_ah; struct ath_common *common = ath9k_hw_common(ah); - /* - * The hw can technically differ from common->hw when using ath9k - * virtual wiphy so to account for that we iterate over the active - * wiphys and find the appropriate wiphy and therefore hw. - */ struct ieee80211_hw *hw = sc->hw; struct ieee80211_hdr *hdr; int retval;