[PATCH] ath9k: enable ext channel pulse detection

2014-09-16 Thread Lorenzo Bianconi
Enable pulse detection on extension channel if 40MHz channel width has been set Signed-off-by: Lorenzo Bianconi lorenzo.biancon...@gmail.com --- drivers/net/wireless/ath/ath9k/hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath9k/hw.c

[PATCH] iwlwifi: add 4c70 subdevice ID for 7260 series

2014-09-16 Thread Peter Wu
This card appears in an Asus TP300LA laptop (from Chris Mens). lspci output: 02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev cb) Subsystem: Intel Corporation Device [8086:4c70] Verified against v3.10.54 and v3.17-rc5-13-g2324067. Cc:

RE: [PATCH] iwlwifi: add 4c70 subdevice ID for 7260 series

2014-09-16 Thread Grumbach, Emmanuel
This card appears in an Asus TP300LA laptop (from Chris Mens). lspci output: 02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev cb) Subsystem: Intel Corporation Device [8086:4c70] Verified against v3.10.54 and v3.17-rc5-13-g2324067. Cc:

Re: [PATCH v2] net: rfkill: gpio: Enable module auto-loading for ACPI based switches

2014-09-16 Thread John W. Linville
I'm merging this to the wireless tree... On Fri, Sep 12, 2014 at 09:49:28PM +0200, Marcel Holtmann wrote: For the ACPI based switches the MODULE_DEVICE_TABLE is missing to export the entries for module auto-loading. Signed-off-by: Marcel Holtmann mar...@holtmann.org ---

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-16 Thread John W. Linville
On Tue, Sep 16, 2014 at 10:26:59PM +0200, Paul Bolle wrote: On Mon, 2014-09-15 at 14:45 -0400, John W. Linville wrote: FYI -- Sergey posted a series to linux-mips on 14 September 2014 that touches the symbol in question. For whatever reason, it is posted there as RFC. Thanks for passing

[PATCH v2 1/2] bcma: register bcma as device tree driver

2014-09-16 Thread Hauke Mehrtens
This driver is used by the bcm53xx ARM SoC code. Now it is possible to give the address of the chipcommon core in device tree and bcma will search for all the other cores. Signed-off-by: Hauke Mehrtens ha...@hauke-m.de --- Documentation/devicetree/bindings/bus/bcma.txt | 40 +

[PATCH v2 2/2] bcma: get IRQ numbers from dt

2014-09-16 Thread Hauke Mehrtens
It is not possible to auto detect the irq numbers used by the cores on an arm SoC. If bcma was registered with device tree it will search for some device tree nodes with the irq number and add it to the core configuration. Signed-off-by: Hauke Mehrtens ha...@hauke-m.de --- drivers/bcma/main.c |