ath9k_hw: remove useless hw capability flags

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Felix Fietkau
2010-09-14 20:22:44 +02:00
committato da John W. Linville
parent 3ae74c33c4
commit 364734fafb
7 ha cambiato i file con 19 aggiunte e 63 eliminazioni

Vedi File

@@ -119,8 +119,7 @@ static void ath_opmode_init(struct ath_softc *sc)
ath9k_hw_setrxfilter(ah, rfilt);
/* configure bssid mask */
if (ah->caps.hw_caps & ATH9K_HW_CAP_BSSIDMASK)
ath_hw_setbssidmask(common);
ath_hw_setbssidmask(common);
/* configure operational mode */
ath9k_hw_setopmode(ah);