[PATCHv2] mac80211: Copy tx'ed beacons to monitor mode

2015-09-09 Thread Helmut Schaa
When debugging wireless powersave issues on the AP side it's quite helpful to see our own beacons that are transmitted by the hardware/driver. However, this is not that easy since beacons don't pass through the regular TX queues. Preferably drivers would call ieee80211_tx_status also for tx'ed bea

Re: [PATCHv2] mac80211: Copy tx'ed beacons to monitor mode

2015-09-18 Thread Johannes Berg
On Wed, 2015-09-09 at 09:46 +0200, Helmut Schaa wrote: > When debugging wireless powersave issues on the AP side it's quite > helpful > to see our own beacons that are transmitted by the hardware/driver. > However, > this is not that easy since beacons don't pass through the regular TX > queues.