Searched defs:ath6kl_band_2ghz (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c125 static struct ieee80211_supported_band ath6kl_band_2ghz = { variable in typeref:struct:ieee80211_supported_band
3781 ath6kl_band_2ghz.ht_cap.cap = 0;
3782 ath6kl_band_2ghz.ht_cap.ht_supported = false;
3789 ath6kl_band_2ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3791 ath6kl_band_2ghz.ht_cap.mcs.rx_mask[1] = 0xff;
3794 ath6kl_band_2ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3799 wiphy->bands[IEEE80211_BAND_2GHZ] = &ath6kl_band_2ghz;

Completed in 31 milliseconds