Re: [PATCH] ath10k: Add debugfs support to configure beacon tx mode

2015-05-29 Thread Kalle Valo
Rajkumar Manoharan writes: > Introduce debugfs entry to select beacon tx mode to > staggered or bursted mode. In staggered mode, software beacon > alert will be evenly distributed for each beaconing interfaces > by (beacon intval / number of vif). In bursted mode, batch of > beacons will be sent

[PATCH] ath10k: Add debugfs support to configure beacon tx mode

2015-05-14 Thread Rajkumar Manoharan
Introduce debugfs entry to select beacon tx mode to staggered or bursted mode. In staggered mode, software beacon alert will be evenly distributed for each beaconing interfaces by (beacon intval / number of vif). In bursted mode, batch of beacons will be sent out as batch at beacon interval. By de