qcacld-3.0: Add ini based control for Beacon Reception stats

Currently, the support for beacon reception stats is only dependent on
the FW.

Add an ini so that the user can also have a control over the stats

Change-Id: I4a1e654b9d1598836378def494b37a997904d77a
CRs-Fixed: 2366473
This commit is contained in:
Sourav Mohapatra
2018-12-13 16:16:50 +05:30
committed by nshrivas
parent 754f781659
commit 043ff64ef2
3 changed files with 29 additions and 1 deletions

View File

@@ -943,6 +943,7 @@ struct wlan_mlme_chainmask {
* @debug_packet_log: Debug packet log flags
* @enabled_11h: enable 11h flag
* @enabled_11d: enable 11d flag
* @enable_beacon_reception_stats: enable beacon reception stats
*/
struct wlan_mlme_generic {
enum band_info band_capability;
@@ -969,6 +970,7 @@ struct wlan_mlme_generic {
bool enabled_11h;
bool enabled_11d;
bool enable_deauth_to_disassoc_map;
bool enable_beacon_reception_stats;
};
/*