[ath9k-devel] [PATCH 2/3] kernel: owl-loader for delayed Atheros ath9k fixup

2016-04-07 Thread Christian Lamparter
Some devices (like the Cisco Meraki Z1 Cloud Managed Teleworker Gateway) need to be able to initialize the PCIe wifi device. Normally, this is done during the early stages of booting linux, because the necessary init code is read from the memory mapped SPI and passed to pci_enable_ath9k_fixup.

Re: [ath9k-devel] [01/19] ath9k: Remove unnecessary ?: operator

2016-04-07 Thread Kalle Valo
> From: Ivan Safonov > > "(thermometer < 0) ? 0 : (thermometer == X)" is equivalent to > "thermometer == X" for X >= 0. > > Signed-off-by: Ivan Safonov > [Updated commit message] > Signed-off-by: Julian Calaby Thanks, 16

Re: [ath9k-devel] [PATCH] mac80211: debugfs var for the default aggregation timeout.

2016-04-07 Thread Avery Pennarun
On Wed, Apr 6, 2016 at 3:40 AM, Johannes Berg wrote: > On Tue, 2016-04-05 at 19:46 -0400, Avery Pennarun wrote: > >> This test was with backports-20150525 on ath9k. (We have newer >> versions in the queue, but they haven't rolled out to our customers >> yet. Anyway,

Re: [ath9k-devel] [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel()

2016-04-07 Thread Julian Calaby
Hi Kalle, On Sat, Jan 2, 2016 at 5:25 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 1 Jan 2016 19:09:32 +0100 > > Replace an explicit initialisation for one local variable at the beginning > by a conditional