All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] wcn36xx: Implement explicit beacon filter tables
@ 2021-12-13 13:51 Bryan O'Donoghue
  2021-12-13 13:51 ` [PATCH 1/3] wcn36xx: Fix beacon filter structure definitions Bryan O'Donoghue
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bryan O'Donoghue @ 2021-12-13 13:51 UTC (permalink / raw)
  To: kvalo, linux-wireless, wcn36xx, linux-arm-msm
  Cc: loic.poulain, benl, bryan.odonoghue

Downstream provides the ability to directly program the beacon filter
tables. Currently in upstream we rely on whatever is the default filtration
table in firmware.

A trivial packing fixup is required for the SMD structure. The downstream
filtration table from the Linux driver is applied but, we are not
necessarily constrained to using this table forever.

Tested on wcn3620 and wcn3680b.

Bryan O'Donoghue (3):
  wcn36xx: Fix beacon filter structure definitions
  wcn36xx: Fix physical location of beacon filter comment
  wcn36xx: Implement downstream compliant beacon filtering

 drivers/net/wireless/ath/wcn36xx/hal.h  |  29 +++++--
 drivers/net/wireless/ath/wcn36xx/main.c |   1 +
 drivers/net/wireless/ath/wcn36xx/smd.c  | 104 ++++++++++++++++++++++++
 drivers/net/wireless/ath/wcn36xx/smd.h  |   3 +
 4 files changed, 131 insertions(+), 6 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-14 11:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-13 13:51 [PATCH 0/3] wcn36xx: Implement explicit beacon filter tables Bryan O'Donoghue
2021-12-13 13:51 ` [PATCH 1/3] wcn36xx: Fix beacon filter structure definitions Bryan O'Donoghue
2021-12-14 10:24   ` Loic Poulain
2021-12-13 13:51 ` [PATCH 2/3] wcn36xx: Fix physical location of beacon filter comment Bryan O'Donoghue
2021-12-13 13:51 ` [PATCH 3/3] wcn36xx: Implement downstream compliant beacon filtering Bryan O'Donoghue
2021-12-13 14:37   ` Bryan O'Donoghue
2021-12-14 10:31   ` Loic Poulain
2021-12-14 11:59     ` Bryan O'Donoghue

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.