Re: [PATCH] rtlwifi/rtl8192de: Fix print format string

2016-08-27 Thread Larry Finger
On 08/26/2016 10:12 PM, Oleg Drokin wrote: %ul was likely meant as %lu to print an unsigned long, not an unsigned with a letter l at the end. But in fact the value printed is u32 anyway, so just drop the l completely. This patch looks OK, thus Acked-by: Larry Finger Thanks, Larry Signed-

[PATCH] fix:gpio: mark symbols static where possible

2016-08-27 Thread Baoyou Xie
We get 1 warning about global functions without a declaration in the ath9k gpio driver when building with W=1: drivers/net/wireless/ath/ath9k/gpio.c:25:6: warning: no previous prototype for 'ath_fill_led_pin' [-Wmissing-prototypes] In fact, this function is only used in the file in which it is de

[PATCH] fix:rtl8xxxu_core: mark symbols static where possible

2016-08-27 Thread Baoyou Xie
We get 1 warning about global functions without a declaration in the rtl8xxxu rtl8xxxu_core.c when building with W=1: drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:898:1: warning: no previous prototype for 'rtl8xxxu_gen1_h2c_cmd' [-Wmissing-prototypes] In fact, this function is only used

Re: [PATCH] ath10k: fix spelling mistake "montior" -> "monitor"

2016-08-27 Thread Julian Calaby
Hi All, On Sat, Aug 27, 2016 at 4:08 AM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in ath10k_warn message. > > Signed-off-by: Colin Ian King Reviewed-by: Julian Calaby Thanks, -- Julian Calaby Email: julian.cal...@gmail.com Profile: http://www.google.com

[PATCH 1/6] rtl8723au: remove declaration of unimplemented functions

2016-08-27 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli Cc: Larry Finger Cc: Jes Sorensen Cc: Greg Kroah-Hartman Cc: linux-wireless@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/staging/rtl8723au/include/recv_osdep.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/rtl8723au/include/r