|
@@ -168,7 +168,12 @@ struct vdev_mlme_he_ops_info {
|
|
|
* struct vdev_mlme_eht_caps_info - vdev mlme EHT capability information
|
|
|
* @eht_maccap_epcspriaccess_support : EPCS Priority Access Supported
|
|
|
* @eht_maccap_ehtomctrl_support : EHT OM Control Support
|
|
|
- * @eht_maccap_trigtxop_support : Triggered TXOP Sharing Support
|
|
|
+ * @eht_maccap_trigtxop_sharing_mode1: Triggered TXOP Sharing mode1 Support
|
|
|
+ * @eht_maccap_trigtxop_sharing_mode2: Triggered TXOP Sharing mode2 Support
|
|
|
+ * @eht_maccap_rtwt_support : Restricted TWT Support
|
|
|
+ * @eht_maccap_scs_traffic_description : SCS Traffic Description Support
|
|
|
+ * @eht_maccap_max_mpdu_len : Maximum MPDU Length
|
|
|
+ * @eht_maccap_max_ampdu_len_exp_etn : Maximum A-MPDU Length Exponent Extension
|
|
|
* @eht_phycap_reserved : Reserved
|
|
|
* @eht_phycap_320mhzin6ghz : Support For 320 MHz In 6 GHz
|
|
|
* @eht_phycap_242tonerubwlt20mhz : Support for 242-tone RU In BW Wider Than
|
|
@@ -218,7 +223,12 @@ struct vdev_mlme_he_ops_info {
|
|
|
struct vdev_mlme_eht_caps_info {
|
|
|
uint32_t eht_maccap_epcspriaccess_support :1,
|
|
|
eht_maccap_ehtomctrl_support :1,
|
|
|
- eht_maccap_trigtxop_support :1;
|
|
|
+ eht_maccap_trigtxop_sharing_mode1 :1,
|
|
|
+ eht_maccap_trigtxop_sharing_mode2 :1,
|
|
|
+ eht_maccap_rtwt_support :1,
|
|
|
+ eht_maccap_scs_traffic_description :1,
|
|
|
+ eht_maccap_max_mpdu_len :2,
|
|
|
+ eht_maccap_max_ampdu_len_exp_etn :1;
|
|
|
uint32_t eht_phycap_reserved :1,
|
|
|
eht_phycap_320mhzin6ghz :1,
|
|
|
eht_phycap_242tonerubwlt20mhz :1,
|