[PATCH] ath6kl: fix return value in ath6kl_wmi_set_pvb_cmd

2016-09-18 Thread Chaehyun Lim
return value from 0 to ret that has result of ath6kl_wmi_cmd_send execution. Signed-off-by: Chaehyun Lim <chaehyun@gmail.com> --- drivers/net/wireless/ath/ath6kl/wmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath6kl/wmi.c b/drive

[PATCH] ath10k: remove unused variable ar_pci

2016-09-05 Thread Chaehyun Lim
Trival fix to remove unused variable ar_pci in ath10k_pci_tx_pipe_cleanup when building with W=1: drivers/net/wireless/ath/ath10k/pci.c:1696:21: warning: variable 'ar_pci' set but not used [-Wunused-but-set-variable] Signed-off-by: Chaehyun Lim <chaehyun@gmail.com> --- drivers/net/wi

[PATCH V2 2/2] ath6kl: replace semaphore with mutex

2016-06-21 Thread Chaehyun Lim
It replaces struct semaphore sem with struct mutex mutex Reported-by: kbuild test robot <l...@intel.com> Signed-off-by: Chaehyun Lim <chaehyun@gmail.com> --- V2: fix build failure reported by kbuild test robot drivers/net/wireless/ath/ath6kl/cfg

[PATCH 1/2] ath10k: remove unused

2016-06-21 Thread Chaehyun Lim
is not used anymore, so just remove it. Signed-off-by: Chaehyun Lim <chaehyun@gmail.com> --- drivers/net/wireless/ath/ath10k/htc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/htc.h b/drivers/net/wireless/ath/ath10k/htc.h index cc82718..0c55cd9

[PATCH 2/2] ath6kl: replace semaphore with mutex

2016-06-21 Thread Chaehyun Lim
It replaces struct semaphore sem with struct mutex mutex Signed-off-by: Chaehyun Lim <chaehyun@gmail.com> --- drivers/net/wireless/ath/ath6kl/cfg80211.c | 30 +++--- drivers/net/wireless/ath/ath6kl/core.c | 2 +- drivers/net/wireless/ath/ath6kl/core.h