Browse Source

Revert "qcacld-3.0: Send TxBF in NAN case"

This function call is not needed because the capabilities
are being sent post vdev start correctly. The call here sends
the capabilities incorrectly at a later time so the good
values are overwritten.

This reverts change I32af660724cfaecfe59da153fea9f98d24b0d4cb.

Change-Id: Ie57a598f1055ee6a3d5a5f9cd353724dc620ab1d
CRs-fixed: 2905402
Lincoln Tran 4 years ago
parent
commit
bd277f1bb0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/wma/src/wma_nan_datapath.c

+ 0 - 2
core/wma/src/wma_nan_datapath.c

@@ -95,8 +95,6 @@ void wma_add_sta_ndi_mode(tp_wma_handle wma, tpAddStaParams add_sta)
 		goto send_rsp;
 	}
 
-	wmi_unified_send_txbf(wma, add_sta);
-
 	wma_debug("Moving peer "QDF_MAC_ADDR_FMT" to state %d",
 		  QDF_MAC_ADDR_REF(add_sta->staMac), state);
 	cdp_peer_state_update(soc, add_sta->staMac, state);