linux-next: manual merge of the wireless-drivers-next tree with the net-next tree

2016-07-10 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the wireless-drivers-next tree got a conflict in: drivers/net/wireless/intel/iwlwifi/mvm/scan.c between commit: 7947d3e075cd ("mac80211: Add support for beacon report radio measurement") from the net-next tree and commit: 69e046423ad7 ("iwlwifi: mvm:

Re: [RFC v2 1/3] nl80211: Add nl80211_notify_iface

2016-07-10 Thread Julian Calaby
Hi Marcel, On Mon, Jul 11, 2016 at 5:47 AM, Marcel Holtmann wrote: > Hi Arend, > This function emits NL80211_CMD_NEW_INTERFACE or NL80211_CMD_DEL_INTERFACE events. This is meant to be used by the core to notify userspace applications such as wpa_supplicant

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

2016-07-10 Thread Arnd Bergmann
On Sunday, July 10, 2016 10:54:50 PM CEST Martin Blumenstingl wrote: > On Sun, Jul 10, 2016 at 10:52 PM, Arnd Bergmann wrote: > > On Sunday, July 10, 2016 1:28:32 AM CEST Martin Blumenstingl wrote: > >> +- qca,check-eeprom-endianness: When enabled, the driver checks if the > >> +

Re: [PATCH v4 3/3] ath9k: parse the device configuration from an OF node

2016-07-10 Thread Martin Blumenstingl
On Sun, Jul 10, 2016 at 2:19 AM, Bjørn Mork wrote: > Martin Blumenstingl writes: > >> + if (of_property_read_bool(np, "qca,clk-25mhz")) >> + ah->is_clk_25mhz = true; >> + >> + if (of_property_read_bool(np,

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

2016-07-10 Thread Martin Blumenstingl
On Sun, Jul 10, 2016 at 10:52 PM, Arnd Bergmann wrote: > On Sunday, July 10, 2016 1:28:32 AM CEST Martin Blumenstingl wrote: >> +- qca,check-eeprom-endianness: When enabled, the driver checks if the >> + endianness of the EEPROM (based on the two >> +

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

2016-07-10 Thread Arnd Bergmann
On Sunday, July 10, 2016 1:28:32 AM CEST Martin Blumenstingl wrote: > +- qca,check-eeprom-endianness: When enabled, the driver checks if the > + endianness of the EEPROM (based on the two > + magic bytes at the start of the EEPROM) > +

Re: [RFC v2 1/3] nl80211: Add nl80211_notify_iface

2016-07-10 Thread Marcel Holtmann
Hi Arend, >>> This function emits NL80211_CMD_NEW_INTERFACE or >>> NL80211_CMD_DEL_INTERFACE events. This is meant to be used by the core >>> to notify userspace applications such as wpa_supplicant when a netdev >>> related to a wireless device has been added or removed. >>> >>> Signed-off-by:

Re: [RFC v2 1/3] nl80211: Add nl80211_notify_iface

2016-07-10 Thread Arend Van Spriel
On 9-7-2016 16:05, Marcel Holtmann wrote: > Hi Denis, > >> This function emits NL80211_CMD_NEW_INTERFACE or >> NL80211_CMD_DEL_INTERFACE events. This is meant to be used by the core >> to notify userspace applications such as wpa_supplicant when a netdev >> related to a wireless device has

pull request: new firmware files for all mvm wireless devices

2016-07-10 Thread Grumbach, Emmanuel
Hi Kyle, Intel is releasing new firmware versions for all its mvm wireless devices. For devices 7260, 7265 and 3160, this is the last firmware updates. We may still have critical bug fixes, but those won't get any new major releases. They will stay with -17.ucode. For 7265D and up, we release

Re: Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Niklas Sombert
Emmanuel Grumbach wrote: > Thanks -this is the same bug as > https://bugzilla.kernel.org/show_bug.cgi?id=114501 then. > Seems really Bluetooth related. Yes, I can confirm that this problem doesn't occur when I rename /lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq to something else.

RE: Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Grumbach, Emmanuel
> > Emmanuel Grumbach wrote: > > In that case, please try -21.ucode and send me again the output of the > firmware error. > > $ dmesg | grep iwlwifi > [ 14.858440] iwlwifi :04:00.0: Unsupported splx structure > [ 14.863591] iwlwifi :04:00.0: loaded firmware version 21.361477.0 >

Re: Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Niklas Sombert
Emmanuel Grumbach wrote: > In that case, please try -21.ucode and send me again the output of the > firmware error. $ dmesg | grep iwlwifi [ 14.858440] iwlwifi :04:00.0: Unsupported splx structure [ 14.863591] iwlwifi :04:00.0: loaded firmware version 21.361477.0 op_mode iwlmvm [

RE: Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Grumbach, Emmanuel
> > Emmanuel Grumbach wrote: > > Can you please try the newest firmware? > > https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux- > firmware.git/commit/?id=72266846faa78b939a864842a2aa6ecd8fe6989b > > Yes, I've tried the newest firmware. The problem still persists. > > > You should pick

Re: Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Niklas Sombert
Emmanuel Grumbach wrote: > Can you please try the newest firmware? > https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/commit/?id=72266846faa78b939a864842a2aa6ecd8fe6989b Yes, I've tried the newest firmware. The problem still persists. > You should pick up the -17.ucode

Re: [PATCH v4 3/3] ath9k: parse the device configuration from an OF node

2016-07-10 Thread Oleksij Rempel
Am 10.07.2016 um 02:19 schrieb Bjørn Mork: > Martin Blumenstingl writes: > >> +if (of_property_read_bool(np, "qca,clk-25mhz")) >> +ah->is_clk_25mhz = true; >> + >> +if (of_property_read_bool(np, "qca,disable-2ghz")) >> +

RE: Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Grumbach, Emmanuel
> > With a current kernel my wifi won't work after suspending and resuming > my laptop (a ThinkPadd 11e). > This has worked in 4.0.0 and below, so this is a regression. > The commit that introduced this issue is > 8d193ca26cc28019e760b77830295a0c349d90dc. > > How to reproduce: > 1. Boot. > 2.

Problem: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2016-07-10 Thread Niklas Sombert
With a current kernel my wifi won't work after suspending and resuming my laptop (a ThinkPadd 11e). This has worked in 4.0.0 and below, so this is a regression. The commit that introduced this issue is 8d193ca26cc28019e760b77830295a0c349d90dc. How to reproduce: 1. Boot. 2. Make sure that you

[PATCH v5] wlcore: spi: add wl18xx support

2016-07-10 Thread Reizer, Eyal
Add support for using with both wl12xx and wl18xx. - all wilink family needs special init command for entering wspi mode. extra clock cycles should be sent after the spi init command while the cs pin is high. - Use inverted chip select for sending a dummy 4 bytes command that completes the