Re: [ath9k-devel] [PATCH 5/5] ath9k: Make EEPROM endianness swapping configurable via devicetree

2016-08-29 Thread Arnd Bergmann
On Sunday 28 August 2016, Martin Blumenstingl wrote: > On Mon, Aug 22, 2016 at 1:52 PM, Arnd Bergmann wrote: > > On Sunday, August 21, 2016 4:49:06 PM CEST Martin Blumenstingl wrote: > >> +- qca,check-eeprom-endianness: When enabled, the driver checks if the > >> +

Re: [ath9k-devel] [PATCH v5 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-08-29 Thread Arnd Bergmann
On Sunday 28 August 2016, Martin Blumenstingl wrote: > On Mon, Aug 22, 2016 at 11:08 AM, Arnd Bergmann wrote: > > On Sunday, August 21, 2016 4:31:03 PM CEST Martin Blumenstingl wrote: > >> + ath9k@0,0 { > > > > According to the PCI binding, the name should be the same

Re: [ath9k-devel] [PATCH] fix:gpio: mark symbols static where possible

2016-08-29 Thread Kalle Valo
Baoyou Xie writes: > 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,