Searched refs:rtl818x_rates (Results 1 – 2 of 2) sorted by relevance
87 static const struct ieee80211_rate rtl818x_rates[] = { variable1464 BUILD_BUG_ON(sizeof(priv->rates) != sizeof(rtl818x_rates)); in rtl8187_probe()1467 memcpy(priv->rates, rtl818x_rates, sizeof(rtl818x_rates)); in rtl8187_probe()1474 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates); in rtl8187_probe()
89 static const struct ieee80211_rate rtl818x_rates[] = { variable1797 BUILD_BUG_ON(sizeof(priv->rates) != sizeof(rtl818x_rates)); in rtl8180_probe()1800 memcpy(priv->rates, rtl818x_rates, sizeof(rtl818x_rates)); in rtl8180_probe()1871 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates); in rtl8180_probe()