Searched refs:WIFI_OFDMRATES (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | ieee80211.c | 62 static u8 WIFI_OFDMRATES[] = { variable 147 memcpy(rates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in set_supported_rate() 151 memcpy(rates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, in set_supported_rate()
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 62 static u8 WIFI_OFDMRATES[] = { variable 348 memcpy(SupportedRates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate() 355 memcpy(SupportedRates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate()
|