qcacmn: Do not send UAPSD command after TDLS connection
Currently as part of tdls enable link, If the peer is buff capable or tdls uapsd is enabled in INI. UAPSD is enabled in FW. Avoid sending this command to FW as it effects the behavior with AP. Change-Id: Idc023cb9de3ab63e7643815d473fe0efa98069b9 CRs-Fixed: 2528324
This commit is contained in:
@@ -630,7 +630,6 @@ struct sta_uapsd_trig_params;
|
||||
* @set_offchan_mode: function to set tdls offchannel mode
|
||||
* @tdls_reg_ev_handler: function to register for tdls events
|
||||
* @tdls_unreg_ev_handler: function to unregister for tdls events
|
||||
* @tdls_set_uapsd: function to set upasdt trigger command
|
||||
*
|
||||
* tdls module uses these functions to avail ol/da lmac services
|
||||
*/
|
||||
@@ -645,8 +644,6 @@ struct wlan_lmac_if_tdls_tx_ops {
|
||||
void *arg);
|
||||
QDF_STATUS (*tdls_unreg_ev_handler) (struct wlan_objmgr_psoc *psoc,
|
||||
void *arg);
|
||||
QDF_STATUS (*tdls_set_uapsd)(struct wlan_objmgr_psoc *psoc,
|
||||
struct sta_uapsd_trig_params *params);
|
||||
};
|
||||
|
||||
/* fwd declarations for tdls rx ops */
|
||||
|
Reference in New Issue
Block a user