diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2021-12-14 14:46:29 +0100 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2021-12-16 16:37:35 +0100 |
commit | bc4e7f2432bbfe354da219e632e76c4f96023db5 (patch) | |
tree | 7c706b01940afe9d201fe7068a768d741f21f1a5 /drivers/net | |
parent | wcn36xx: Fix beacon filter structure definitions (diff) | |
download | linux-bc4e7f2432bbfe354da219e632e76c4f96023db5.tar.xz linux-bc4e7f2432bbfe354da219e632e76c4f96023db5.zip |
wcn36xx: Fix physical location of beacon filter comment
The comment in the header with respect to beacon filtering makes a
reference to "the structure above" and "the structure below" which would be
informative if the comment appeared in the right place but, it does not.
Fix the comment location so that it a least makes sense w/r/t the physical
location statements.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20211214134630.2214840-3-bryan.odonoghue@linaro.org
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/wcn36xx/hal.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h index 9bce71592f74..e9fec110721b 100644 --- a/drivers/net/wireless/ath/wcn36xx/hal.h +++ b/drivers/net/wireless/ath/wcn36xx/hal.h @@ -3459,9 +3459,6 @@ struct wcn36xx_hal_missed_beacon_ind_msg { /* Beacon Filtering data structures */ -/* The above structure would be followed by multiple of below mentioned - * structure - */ struct beacon_filter_ie { u8 element_id; u8 check_ie_presence; @@ -3471,6 +3468,10 @@ struct beacon_filter_ie { u8 ref; } __packed; +/* The above structure would be followed by multiple of below mentioned + * structure + */ + struct wcn36xx_hal_add_bcn_filter_req_msg { struct wcn36xx_hal_msg_header header; |