Searched refs:rtl818x_rates (Results 1 – 2 of 2) sorted by relevance
84 static const struct ieee80211_rate rtl818x_rates[] = { variable1465 BUILD_BUG_ON(sizeof(priv->rates) != sizeof(rtl818x_rates)); in rtl8187_probe()1468 memcpy(priv->rates, rtl818x_rates, sizeof(rtl818x_rates)); in rtl8187_probe()1475 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates); in rtl8187_probe()
89 static const struct ieee80211_rate rtl818x_rates[] = { variable1799 BUILD_BUG_ON(sizeof(priv->rates) != sizeof(rtl818x_rates)); in rtl8180_probe()1802 memcpy(priv->rates, rtl818x_rates, sizeof(rtl818x_rates)); in rtl8180_probe()1873 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates); in rtl8180_probe()