Revert "qcacmn: Add MSD support in multi link ie"

This reverts Change-Id:	If5c2955a7bf8638d8725c753bfbe1e50a4836e40

Change-Id: I0783ec1c5ec7633237b888a57b5165295bd01f07
CRs-Fixed: 3436404
This commit is contained in:
Prabhu Dass Mahalingam
2023-04-23 23:39:24 -07:00
committed by Madan Koyyalamudi
父節點 ef4db9909e
當前提交 424a29be96
共有 2 個文件被更改,包括 0 次插入26 次删除

查看文件

@@ -278,7 +278,6 @@ struct wlan_psoc_host_hw_mode_caps {
* @eht_ppet5G: 5G EHT PPET info
* @emlcap: EML Capabilities info
* @mldcap: MLD Capabilities info
* @msdcap: MSD Capabilities info
*/
struct wlan_psoc_host_mac_phy_caps_ext2 {
uint32_t hw_mode_id;
@@ -301,7 +300,6 @@ struct wlan_psoc_host_mac_phy_caps_ext2 {
#ifdef WLAN_FEATURE_11BE_MLO
struct wlan_mlo_eml_cap emlcap;
struct wlan_mlo_mld_cap mldcap;
struct wlan_mlo_msd_cap msdcap;
#endif
};