Re: [PATCH 3/5] rsi: Added support for configuring tx power

2016-11-17 Thread Kalle Valo
Prameela Rani Garnepudi writes: > TX power can be configured from iwconfig, iw or from mac80211 when > regulatory changes are done. Hence support for configuring tx power > to device is added. This can be done by sending RADIO_PARAMS_UPDATE > command frame to device

[PATCH 3/5] rsi: Added support for configuring tx power

2016-11-14 Thread Prameela Rani Garnepudi
TX power can be configured from iwconfig, iw or from mac80211 when regulatory changes are done. Hence support for configuring tx power to device is added. This can be done by sending RADIO_PARAMS_UPDATE command frame to device with upated tx power value. Signed-off-by: Prameela Rani Garnepudi