|
@@ -1018,7 +1018,6 @@ struct wma_wlm_stats_data {
|
|
|
* @get_sta_peer_info: Is a "get peer info" request active?
|
|
|
* @peer_macaddr: When @get_one_peer_info is true, the peer's mac address
|
|
|
* @thermal_mgmt_info: Thermal mitigation related info
|
|
|
- * @ssdp: ssdp flag
|
|
|
* @enable_mc_list: To Check if Multicast list filtering is enabled in FW
|
|
|
* @ibss_started: is IBSS started or not
|
|
|
* @ibsskey_info: IBSS key info
|
|
@@ -1155,7 +1154,6 @@ typedef struct {
|
|
|
bool get_sta_peer_info;
|
|
|
struct qdf_mac_addr peer_macaddr;
|
|
|
t_thermal_mgmt thermal_mgmt_info;
|
|
|
- bool ssdp;
|
|
|
bool enable_mc_list;
|
|
|
uint8_t ibss_started;
|
|
|
tSetBssKeyParams ibsskey_info;
|