Searched refs:WIFI_OFDMRATES (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | ieee80211.c | 62 static u8 WIFI_OFDMRATES[] = { variable 147 memcpy(SupportedRates, WIFI_OFDMRATES, in set_supported_rate() 152 memcpy(SupportedRates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, in set_supported_rate()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 55 static u8 WIFI_OFDMRATES[] = { variable 314 memcpy(SupportedRates, WIFI_OFDMRATES, in rtw_set_supported_rate23a() 323 memcpy(SupportedRates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, in rtw_set_supported_rate23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 60 static u8 WIFI_OFDMRATES[] = { variable 346 memcpy(SupportedRates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate() 353 memcpy(SupportedRates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate()
|