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

/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c134 static struct ieee80211_supported_band ath6kl_band_5ghz = { variable in typeref:struct:ieee80211_supported_band
3783 ath6kl_band_5ghz.ht_cap.cap = 0;
3784 ath6kl_band_5ghz.ht_cap.ht_supported = false;
3790 ath6kl_band_5ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3792 ath6kl_band_5ghz.ht_cap.mcs.rx_mask[1] = 0xff;
3795 ath6kl_band_5ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3801 wiphy->bands[IEEE80211_BAND_5GHZ] = &ath6kl_band_5ghz;

Completed in 124 milliseconds