Re: [PATCH v5 1/3] nl80211: Add support for beacon tx mode
From: Felix Fietkau <nbd@nbd.name>
Date: 2021-08-10 10:15:12
Also in:
ath11k
From: Felix Fietkau <nbd@nbd.name>
Date: 2021-08-10 10:15:12
Also in:
ath11k
On 2021-08-10 10:56, Maharaja Kennadyrajan wrote:
User can configure the below beacon tx mode 1. Staggered mode and 2. Burst mode while bring-up the AP or MESH. Beacons can be sent out in burst(continuously in a single shot one after another) or staggered (equally spread out over beacon interval) mode. Set the beacon_tx_mode as 1 for Staggered mode and 2 for burst mode.
What's the advantage of one over the other? When and why would the user choose a different mode other than the default? - Felix