qcacld-3.0: Pass the correct reason code to disassoc

qcacld-2.0 to qcacld-3.0 propagation

use the same reason code in the disassoc, which the upper
layer has passed to the driver

Change-Id: I6302a5c8318a8e3c1221b9272637455da4e7f150
CRs-Fixed: 852387
This commit is contained in:
Deepthi Gowri
2016-09-13 15:14:34 +05:30
committed by Nishank Aggarwal
부모 81f573f56d
커밋 b3bfefd6e1
10개의 변경된 파일69개의 추가작업 그리고 51개의 파일을 삭제

파일 보기

@@ -855,7 +855,7 @@ uint16_t wlansap_check_cc_intf(void *Ctx);
QDF_STATUS wlansap_set_mac_acl(void *p_cds_gctx, tsap_Config_t *pConfig);
QDF_STATUS wlansap_stop_bss(void *p_cds_gctx);
QDF_STATUS wlansap_disassoc_sta(void *p_cds_gctx,
const uint8_t *pPeerStaMac);
struct tagCsrDelStaParams *p_del_sta_params);
QDF_STATUS wlansap_deauth_sta(void *p_cds_gctx,
struct tagCsrDelStaParams *pDelStaParams);
QDF_STATUS wlansap_set_channel_change_with_csa(void *p_cds_gctx,