|
@@ -379,7 +379,7 @@ struct vdev_delete_params {
|
|
* @is_chan_passive: is this passive channel
|
|
* @is_chan_passive: is this passive channel
|
|
* @allow_ht: HT allowed in chan
|
|
* @allow_ht: HT allowed in chan
|
|
* @allow_vht: VHT allowed on chan
|
|
* @allow_vht: VHT allowed on chan
|
|
- * @dfs_set_agile: is agile mode
|
|
|
|
|
|
+ * @set_agile: is agile mode
|
|
* @phy_mode: phymode (vht80 or ht40 or ...)
|
|
* @phy_mode: phymode (vht80 or ht40 or ...)
|
|
* @cfreq1: centre frequency on primary
|
|
* @cfreq1: centre frequency on primary
|
|
* @cfreq2: centre frequency on secondary
|
|
* @cfreq2: centre frequency on secondary
|
|
@@ -401,7 +401,7 @@ struct channel_param {
|
|
is_chan_passive:1,
|
|
is_chan_passive:1,
|
|
allow_ht:1,
|
|
allow_ht:1,
|
|
allow_vht:1,
|
|
allow_vht:1,
|
|
- dfs_set_agile:1;
|
|
|
|
|
|
+ set_agile:1;
|
|
uint32_t phy_mode;
|
|
uint32_t phy_mode;
|
|
uint32_t cfreq1;
|
|
uint32_t cfreq1;
|
|
uint32_t cfreq2;
|
|
uint32_t cfreq2;
|