commit | 63ce17729d2c266689f49de69aea8632f64eb8a3 | [log] [tgz] |
---|---|---|
author | Katya Nigam <knigam@qti.qualcomm.com> | Fri Sep 26 15:53:49 2014 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Wed Oct 01 17:59:41 2014 +0530 |
tree | b671191f8f532faba67788e6b4a4bad8c6f23ee8 | |
parent | c3a26238f445da2bccaaf3449c0bd16a1428bfd6 [diff] |
wlan: Deregistering STA with correct STA ID. In IBSS, whenever we recieve eCSR_ROAM_IBSS_LEAVE indication, we assign sta id as 0 which is for MC/BC packets and pass it to hdd_roamDeregisterSTA. Thus, only sta id 0 gets deregistered while sta id for UC frames remains as it is. This fix will deregister station both for UC frames as well as BC/MC frames. Change-Id: I353181e75a30709d2123c590fa5d1301b1420f83 CRs-Fixed: 730801