|
@@ -48,6 +48,7 @@ MODULE_PARM_DESC(pmqos, "User specified PM-QOS value");
|
|
/* We use the hw_value as an index into our private channel structure */
|
|
/* We use the hw_value as an index into our private channel structure */
|
|
|
|
|
|
#define CHAN2G(_freq, _idx) { \
|
|
#define CHAN2G(_freq, _idx) { \
|
|
|
|
+ .band = IEEE80211_BAND_2GHZ, \
|
|
.center_freq = (_freq), \
|
|
.center_freq = (_freq), \
|
|
.hw_value = (_idx), \
|
|
.hw_value = (_idx), \
|
|
.max_power = 20, \
|
|
.max_power = 20, \
|