From: Mohammed Shafi Shajakhan Date: Wed, 10 Aug 2011 10:54:57 +0000 (+0530) Subject: ath9k: remove obselete comments X-Git-Tag: v3.12-rc1~4599^2~254^2~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a6767b046e2d336e2af06cb605106ed44a852b6;p=kernel%2Fkernel-generic.git ath9k: remove obselete comments the comments are obselete as the virtual wiphy support was removed from the driver Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index 5b4f053..7409402 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/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;