commit | d909b58f4395cea3213e1eaa9f069ab865e40b84 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Feb 20 19:52:49 2020 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Feb 20 19:52:49 2020 -0800 |
tree | ff524b518b4cd59207ccc8d9f4ad508ad5616f84 | |
parent | ec8eb156613008a3afa06130dbd5afe10ea681d0 [diff] | |
parent | 9bc6d27352161eeada0605f98cf07bf3e2c6ec97 [diff] |
Merge "qca-wifi: Fix for incorrect channel frequency in radio tap"
diff --git a/dp/wifi3.0/dp_tx_capture.c b/dp/wifi3.0/dp_tx_capture.c index 9520b5f..0896fa6 100644 --- a/dp/wifi3.0/dp_tx_capture.c +++ b/dp/wifi3.0/dp_tx_capture.c
@@ -3403,6 +3403,8 @@ mpdu_info = &tx_capture_info->mpdu_info; mpdu_info->ppdu_start_timestamp = rx_status->tsft + 16; mpdu_info->channel_num = rx_status->chan_num; + mpdu_info->channel = rx_status->chan_freq; + mpdu_info->bw = 0; if (mpdu_info->channel_num < 20)