|
@@ -622,6 +622,7 @@ typedef enum {
|
|
|
* @allow_ht: HT allowed in chan
|
|
|
* @allow_vht: VHT allowed on chan
|
|
|
* @set_agile: is agile mode
|
|
|
+ * @allow_he: HE allowed on chan
|
|
|
* @phy_mode: phymode (vht80 or ht40 or ...)
|
|
|
* @cfreq1: centre frequency on primary
|
|
|
* @cfreq2: centre frequency on secondary
|
|
@@ -643,7 +644,8 @@ struct channel_param {
|
|
|
is_chan_passive:1,
|
|
|
allow_ht:1,
|
|
|
allow_vht:1,
|
|
|
- set_agile:1;
|
|
|
+ set_agile:1,
|
|
|
+ allow_he:1;
|
|
|
uint32_t phy_mode;
|
|
|
uint32_t cfreq1;
|
|
|
uint32_t cfreq2;
|