|
@@ -138,7 +138,6 @@ static struct ieee80211_rate __wl_rates[] = {
|
|
.band = NL80211_BAND_2GHZ, \
|
|
.band = NL80211_BAND_2GHZ, \
|
|
.center_freq = (_freq), \
|
|
.center_freq = (_freq), \
|
|
.hw_value = (_channel), \
|
|
.hw_value = (_channel), \
|
|
- .flags = IEEE80211_CHAN_DISABLED, \
|
|
|
|
.max_antenna_gain = 0, \
|
|
.max_antenna_gain = 0, \
|
|
.max_power = 30, \
|
|
.max_power = 30, \
|
|
}
|
|
}
|
|
@@ -147,7 +146,6 @@ static struct ieee80211_rate __wl_rates[] = {
|
|
.band = NL80211_BAND_5GHZ, \
|
|
.band = NL80211_BAND_5GHZ, \
|
|
.center_freq = 5000 + (5 * (_channel)), \
|
|
.center_freq = 5000 + (5 * (_channel)), \
|
|
.hw_value = (_channel), \
|
|
.hw_value = (_channel), \
|
|
- .flags = IEEE80211_CHAN_DISABLED, \
|
|
|
|
.max_antenna_gain = 0, \
|
|
.max_antenna_gain = 0, \
|
|
.max_power = 30, \
|
|
.max_power = 30, \
|
|
}
|
|
}
|