Home
last modified time | relevance | path

Searched refs:rtl818x_channels (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c99 static const struct ieee80211_channel rtl818x_channels[] = { variable
1464 BUILD_BUG_ON(sizeof(priv->channels) != sizeof(rtl818x_channels)); in rtl8187_probe()
1467 memcpy(priv->channels, rtl818x_channels, sizeof(rtl818x_channels)); in rtl8187_probe()
1473 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels); in rtl8187_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c104 static const struct ieee80211_channel rtl818x_channels[] = { variable
1802 BUILD_BUG_ON(sizeof(priv->channels) != sizeof(rtl818x_channels)); in rtl8180_probe()
1805 memcpy(priv->channels, rtl818x_channels, sizeof(rtl818x_channels)); in rtl8180_probe()
1810 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels); in rtl8180_probe()