Searched refs:rtl818x_rates (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c89 static const struct ieee80211_rate rtl818x_rates[] = { variable in typeref:struct:ieee80211_rate
1809 BUILD_BUG_ON(sizeof(priv->rates) != sizeof(rtl818x_rates));
1812 memcpy(priv->rates, rtl818x_rates, sizeof(rtl818x_rates));
1883 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates);
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c84 static const struct ieee80211_rate rtl818x_rates[] = { variable in typeref:struct:ieee80211_rate
1471 BUILD_BUG_ON(sizeof(priv->rates) != sizeof(rtl818x_rates));
1474 memcpy(priv->rates, rtl818x_rates, sizeof(rtl818x_rates));
1481 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates);

Completed in 232 milliseconds