Searched refs:rtl818x_channels (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rtl818x/
H A Drtl8180_dev.c68 static const struct ieee80211_channel rtl818x_channels[] = { variable in typeref:struct:ieee80211_channel
973 BUILD_BUG_ON(sizeof(priv->channels) != sizeof(rtl818x_channels));
976 memcpy(priv->channels, rtl818x_channels, sizeof(rtl818x_channels));
981 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels);
H A Drtl8187_dev.c102 static const struct ieee80211_channel rtl818x_channels[] = { variable in typeref:struct:ieee80211_channel
1352 BUILD_BUG_ON(sizeof(priv->channels) != sizeof(rtl818x_channels));
1355 memcpy(priv->channels, rtl818x_channels, sizeof(rtl818x_channels));
1361 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8180_dev.c68 static const struct ieee80211_channel rtl818x_channels[] = { variable in typeref:struct:ieee80211_channel
973 BUILD_BUG_ON(sizeof(priv->channels) != sizeof(rtl818x_channels));
976 memcpy(priv->channels, rtl818x_channels, sizeof(rtl818x_channels));
981 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels);
H A Drtl8187_dev.c102 static const struct ieee80211_channel rtl818x_channels[] = { variable in typeref:struct:ieee80211_channel
1352 BUILD_BUG_ON(sizeof(priv->channels) != sizeof(rtl818x_channels));
1355 memcpy(priv->channels, rtl818x_channels, sizeof(rtl818x_channels));
1361 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels);

Completed in 177 milliseconds