2021-06-08 15:10:41

by Maharaja Kennadyrajan

[permalink] [raw]
Subject: [PATCH v4 0/3] Add support to configure beacon tx mode

Add support to configure the beacon tx mode as STAGGERED
or BURST mode via hostapd configuration during the AP
bring-up or via wpa_suppplicant configuration during MESH
bring-up.

Beacons can be sent out in burst(continuously in a single shot
one after another) or staggered (equally spread out over beacon
interval) mode.

V4: Rebased on latest ath.git TOT.

V3: Addressed Johnson's comment on v2 patch.

V2: Addressed Johannes's comment on v1 patch.

Maharaja Kennadyrajan (3):
nl80211: Add support for beacon tx mode
mac80211: Add support for beacon tx mode
ath11k: Add support for beacon tx mode

drivers/net/wireless/ath/ath11k/mac.c | 10 +++++++---
include/net/cfg80211.h | 4 ++++
include/net/mac80211.h | 2 ++
include/uapi/linux/nl80211.h | 16 ++++++++++++++++
net/mac80211/cfg.c | 2 ++
net/wireless/nl80211.c | 9 +++++++++
6 files changed, 40 insertions(+), 3 deletions(-)

--
2.7.4


2021-06-08 21:43:37

by Jeff Johnson

[permalink] [raw]
Subject: Re: [PATCH v4 0/3] Add support to configure beacon tx mode

On 2021-06-08 08:07, Maharaja Kennadyrajan wrote:
> Add support to configure the beacon tx mode as STAGGERED
> or BURST mode via hostapd configuration during the AP
> bring-up or via wpa_suppplicant configuration during MESH
> bring-up.
>
> Beacons can be sent out in burst(continuously in a single shot
> one after another) or staggered (equally spread out over beacon
> interval) mode.
>
> V4: Rebased on latest ath.git TOT.
>
> V3: Addressed Johnson's comment on v2 patch.
>
> V2: Addressed Johannes's comment on v1 patch.
>
> Maharaja Kennadyrajan (3):
> nl80211: Add support for beacon tx mode
> mac80211: Add support for beacon tx mode
> ath11k: Add support for beacon tx mode
>
> drivers/net/wireless/ath/ath11k/mac.c | 10 +++++++---
> include/net/cfg80211.h | 4 ++++
> include/net/mac80211.h | 2 ++
> include/uapi/linux/nl80211.h | 16 ++++++++++++++++
> net/mac80211/cfg.c | 2 ++
> net/wireless/nl80211.c | 9 +++++++++
> 6 files changed, 40 insertions(+), 3 deletions(-)

For entire set:
Reviewed-by: Jeff Johnson <[email protected]>