Re: ath10k: recal the txpower when removing interface

2016-12-30 Thread Kalle Valo
ath10k_pci mac vdev 2 delete (remove interface) > ath10k_pci vdev 1 txpower 0 > ath10k_pci vdev 0 txpower 23 > ath10k_pci mac txpower 23 > > Signed-off-by: Ryan Hsu <ryan...@qca.qualcomm.com> Patch applied to ath-next branch of ath.git, thanks. d679f

[PATCH] ath10k: recal the txpower when removing interface

2016-12-22 Thread ryanhsu
From: Ryan Hsu The txpower is being recalculated when adding interface to make sure txpower won't overshoot the spec, and when removing the interface, the txpower should again to be recalculated to restore the correct value from the active interface list. Following is