[PATCH 7/7] rtlwifi: btcoexist control to enter/leave LPS

2016-12-03 Thread Larry Finger
From: Ping-Ke Shih Bluetooth coexistence needs to be able to control the power-save state. This patch turns the building of btcoexist back on. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger ---

[PATCH 6/7] rtlwifi: Add btcoex record_pwr_mode

2016-12-03 Thread Larry Finger
From: Ping-Ke Shih Add code to set the power mode bits in the descriptor. These bits are valid in RTL8723BE, RTL8821AE, RTL8812AE, and RTL8192EE. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger ---

[PATCH 0/7] rtlwifi: btcoexist: Rewrite BT coexistence routines

2016-12-03 Thread Larry Finger
This set of patches implement a major rewrite of the BT coexistence routines. These patches must follow [PATCH 14/14] rtlwifi: Add work queue for c2h cmd. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Ping-Ke Shih (7) rtlwifi:

Re: ath10k firmware crashes in mesh mode on QCA9880

2016-12-03 Thread Mohammed Shafi Shajakhan
https://patchwork.kernel.org/patch/9437519/ (sorry missed this in the previous thread) On Sat, Dec 03, 2016 at 06:13:58PM +0530, Mohammed Shafi Shajakhan wrote: > Hi Benjamin, > > On Fri, Dec 02, 2016 at 05:28:02PM -0800, Benjamin Morgan wrote: > > Just tried 10.2.4.70.58 firmware that you

Re: ath10k firmware crashes in mesh mode on QCA9880

2016-12-03 Thread Mohammed Shafi Shajakhan
Hi Benjamin, On Fri, Dec 02, 2016 at 05:28:02PM -0800, Benjamin Morgan wrote: > Just tried 10.2.4.70.58 firmware that you linked to and it still crashes: > > [ 131.568989] ath10k_pci :01:00.0: firmware crashed! (uuid > 1838347e-9380-4a26-ac9d-2963ee95968b) > [ 131.578124] ath10k_pci

[PATCH 1/1] net: wireless: marvell: fix improper return value

2016-12-03 Thread Pan Bian
Function lbs_cmd_802_11_sleep_params() always return 0, even if the call to lbs_cmd_with_response() fails. In this case, the parameter @sp will keep uninitialized. Because the return value is 0, its caller (say lbs_sleepparams_read()) will not detect the error, and will copy the uninitialized

[PATCH 1/1] net: wireless: intersil: fix improper return value

2016-12-03 Thread Pan Bian
Function orinoco_ioctl_commit() returns 0 (indicates success) when the call to orinoco_lock() fails. Thus, the return value is inconsistent with the execution status. It may be better to return "-EBUSY" when the call to orinoco_lock() fails. Bugzilla:

[PATCH 1/1] net: wireless: intersil: fix improper return value

2016-12-03 Thread Pan Bian
Function orinoco_ioctl_commit() returns 0 (indicates success) when the call to orinoco_lock() fails. Thus, the return value is inconsistent with the execution status. It may be better to return "-EBUSY" when the call to orinoco_lock() fails. Bugzilla: