Browse Source

qcacmn: Add new fields to radiostats and OL_PARAMS

Integrating ToT changes from WIN Bokchoy branch.
These changes have been added as part of Bokchoy FRs implementation

Change-Id: I0637e3ffcbc49ce05aac20baa2da2940dfa6d77c
CRs-Fixed:1031703
Dhanashri Atre 8 years ago
parent
commit
d11e25c3a7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dp/inc/cdp_txrx_stats_struct.h

+ 5 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -207,6 +207,7 @@ struct ol_ath_radiostats {
 	A_UINT32    tgt_asserts;
 	A_INT16     chan_nf;
 	A_UINT32    rx_last_msdu_unset_cnt;
+	A_INT16     chan_nf_sec80;
 };
 
 /*
@@ -441,6 +442,10 @@ typedef enum _ol_ath_param_t {
 	OL_ATH_PARAM_PASSIVE_SCAN_ENABLE = 320,
 	OL_ATH_MIN_RSSI_ENABLE = 321,
 	OL_ATH_MIN_RSSI = 322,
+	OL_ATH_PARAM_ACS_2G_ALLCHAN = 323,
+#if DBDC_REPEATER_SUPPORT
+	OL_ATH_PARAM_DELAY_STAVAP_UP = 324,
+#endif
 } ol_ath_param_t;
 
 /*