Re: [PATCH 2/3] mac80211: store tx power value from user to station

2019-01-25 Thread Johannes Berg
On Thu, 2019-01-17 at 16:54 +0530, Balaji Pothunoori wrote: > > + * @txpwr: indicates the tx power, in mBm, to be used when sending data > frames > + * to the STA. > + * @type: In particular if TPC %type is NL80211_TX_POWER_LIMITED then txpwr > will > + * be less than or equal to specified

[PATCH 2/3] mac80211: store tx power value from user to station

2019-01-17 Thread Balaji Pothunoori
From: Ashok Raj Nagarajan This patch introduce a new driver callback drv_sta_set_txpwr. This API will copy the transmit power value passed from user space and call the driver callback to set the tx power for the station. Co-developed-by: Balaji Pothunoori Signed-off-by: Ashok Raj Nagarajan