qcacmn: Resolve WIN errors
Resolve WIN errors Change-Id: I124990d54c5da295bf14d199e297116c56e06d08
This commit is contained in:

committed by
Madan Koyyalamudi

parent
82711507b5
commit
1b4de61a20
@@ -686,6 +686,7 @@ static inline void dp_rx_rate_stats_update(struct dp_peer *peer,
|
||||
uint32_t rix;
|
||||
uint16_t ratecode;
|
||||
struct cdp_rx_stats_ppdu_user *ppdu_user = NULL;
|
||||
enum PUNCTURED_MODES punc_mode = NO_PUNCTURE;
|
||||
|
||||
if (!peer || !ppdu)
|
||||
return;
|
||||
@@ -712,7 +713,7 @@ static inline void dp_rx_rate_stats_update(struct dp_peer *peer,
|
||||
nss,
|
||||
ppdu->u.preamble,
|
||||
ppdu->u.bw,
|
||||
NO_PUNCTURE,
|
||||
punc_mode,
|
||||
&rix,
|
||||
&ratecode);
|
||||
|
||||
|
Reference in New Issue
Block a user