Re: ath10k: remove unneeded semicolon

2017-02-08 Thread Kalle Valo
Waldemar Rymarkiewicz wrote: > Remove redundant semicolon after switch statement. > > Signed-off-by: Waldemar Rymarkiewicz Patch applied to ath-next branch of ath.git, thanks. dab55d1083db ath10k: remove unneeded

[PATCH v3] iw: Add support for controlling tx power for per station

2017-02-08 Thread Ashok Raj Nagarajan
This patch allows userspace to set transmit power, in mBm units, to a station associated to the AP. To set a limit tx power of 2000 mBm: iw wlan0 station set txpwr limit 2000 To revert the user defined tx power for a station: iw wlan0 station set txpwr auto Signed-off-by: Ashok Raj Nagarajan

[PATCH v3] ath10k: add support for controlling tx power to a station

2017-02-08 Thread Ashok Raj Nagarajan
This patch will add the support to control the transmit power for traffic to a station associated with the AP. Userspace provide the transmit power value in mBm units. ath10k firmware expects the value to be in dBm and hence will convert the value from to dBm before passing down to firmware.

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

2017-02-08 Thread 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. Signed-off-by: Ashok Raj Nagarajan --- v3: - Store txpwr in mBm

[PATCH v3 1/2] cfg80211: Add support to set tx power for a station associated

2017-02-08 Thread Ashok Raj Nagarajan
This patch adds support to set transmit power setting type and transmit power level attributes to NL80211_CMD_SET_STATION in order to facilitate adjusting the transmit power level of a station associated to the AP. The added attributes allow selection of automatic and limited transmit power

Re: QCA4019: calibration files and board files

2017-02-08 Thread Sven Eckelmann
Hi Anilkumar Kolli, we've noticed that your change in QSDK [1] removed the call to ath10k_download_and_run_otp in ath10k_download_cal_data after the call to ath10k_core_get_board_id_from_otp. We reported [2] this to ath10k when we asked for some clarifications regarding the loading process of the

QCA4019 firmware: wrong numChain setting for bmi-board 16+17

2017-02-08 Thread Sven Eckelmann
Hi, I've just noticed that the numChain in (ath10k/)QCA4019/hw1.0/board-2.bin is wrong in the bus=ahb,bmi-chip-id=0,bmi-board-id=16 and bus=ahb,bmi-chip-id=0,bmi-board-id=17 from the linux-firmware and ath10k-firmware repository. It is 0x4 for a 2x2 device. This was fixed in the QSDK by commit