Re: pull request: firmware update for iwlwifi (3160 / 7260 / 7265)

2014-12-21 Thread Grumbach, Emmanuel
with the correct address of the linux firmware maintainers this time... On Sun, 2014-12-21 at 09:58 +0200, Emamnuel Grumbach wrote: Dear Linux firmware maintainers, Here is new release of the -10.ucode firmware for the following Intel Wireless devices: 3160 / 7260 / 7265 / 7265D This

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Arend van Spriel
On 12/21/14 11:00, Michael Tokarev wrote: Attaching a picture of the board, too. One of the two similar boards I have (another has lenovo sticker on it). Also available as http://www.corpit.ru/mjt/BRCM94313HMGB.JPG (I wonder if broadcom does not have any of these cards anymore... ;)

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Michael Tokarev
[Trimming Cc list a bit] 21.12.2014 13:12, Arend van Spriel wrote: On 12/21/14 10:58, Michael Tokarev wrote: 16.12.2014 19:51, Arend van Spriel wrote: Hmm. The function brcms_btc_ecicoex_enab() is calling itself. Please remove that call as it causes endless recursion and eventually reboot.

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Arend van Spriel
On 12/21/14 11:27, Michael Tokarev wrote: [73327.029460] brcmsmac bcma0:1: hardware: SECI Well, The piece of info is small, but it is there ;-) Thanks, Arend -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More

[PATCH 02/10] brcmfmac: Fix possible dereference of NULL pointer.

2014-12-21 Thread Arend van Spriel
From: Hante Meuleman meule...@broadcom.com With the introduction of WOWL for SDIO a possible dereference of a NULL pointer got introduced. Found by static checker. Reported-by: Dan Carpenter dan.carpen...@oracle.com Reviewed-by: Arend Van Spriel ar...@broadcom.com Reviewed-by: Pieter-Paul

[PATCH 03/10] brcmfmac: Add support for bcm43340/1 wireless chipsets

2014-12-21 Thread Arend van Spriel
This patch adds support for the bcm43340 and bcm43341 wireless chipsets. These two chipsets are identical from wireless parts perspective. As such they use the same firmware image. Cc: Samuel Ortiz sa...@linux.intel.com Cc: Rob Herring rob.herr...@linaro.org Signed-off-by: John Stultz

[PATCH 06/10] brcmfmac: Fix WEP configuration for AP mode.

2014-12-21 Thread Arend van Spriel
From: Hante Meuleman meule...@broadcom.com When a device is configured for AP mode and it is configured for WEP then the keys are plumbed first, followed by AP configuration. During configuration a down command is given to the firmware which will clear the configured keys. This patch reprograms

[PATCH 07/10] brcmfmac: Change error log in standard log for rxbufpost.

2014-12-21 Thread Arend van Spriel
From: Hante Meuleman meule...@broadcom.com When there is no room in the ring for rxbufpost an error is logged, however this happens quite frequently and can be considered normal and is certainly recoverable. This patch changes the erorr into a normal msgbuf log. Reviewed-by: Arend Van Spriel

[PATCH 09/10] brcmfmac: signal completion of 802.1x.

2014-12-21 Thread Arend van Spriel
From: Hante Meuleman meule...@broadcom.com Use cfg80211 change_station to signal the completion of 802.1x to firmware. This allows FW to take appropriate actions. Reviewed-by: Arend Van Spriel ar...@broadcom.com Reviewed-by: Pieter-Paul Giesberts piete...@broadcom.com Signed-off-by: Hante

[PATCH 04/10] brcmfmac: get rid of duplicate SDIO device identifiers

2014-12-21 Thread Arend van Spriel
Instead of defining SDIO device identifier in brcm80211 code use the defintions in linux/mmc/sdio_ids.h directly. Reviewed-by: Hante Meuleman meule...@broadcom.com Reviewed-by: Pieter-Paul Giesberts piete...@broadcom.com Signed-off-by: Arend van Spriel ar...@broadcom.com ---

[PATCH] staging: rtl8723au: hal: rtl8723au_led.c: Remove some unused functions

2014-12-21 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: rtl8723au_DeInitSwLeds() rtl8723au_InitSwLeds() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---

[PATCH 1/2 bug fix] staging: vt6655: vnt_tx_packet Fix corrupted tx packets.

2014-12-21 Thread Malcolm Priestley
Move PSTxDesc-m_td1TD1 to inside spin locks. if m_td1TD1.byTCR has TCR_EDP and TCR_STP are set, the interrupt handler will try and complete the buffer before it is completed. Usually on the tail of a burst of tx packets. This results in a partially completed packet being transmitted or worse

[PATCH 2/2 bug fix] staging: vt6655: Fix loss of distant/weak access points on channel change.

2014-12-21 Thread Malcolm Priestley
If the asssocated access point is strong byBBVGACurrent will be adjusted accordingly. Users will nolonger see distant access points without taking down interface. When changing channel reset byBBVGACurrent back to pDevice-abyBBVGA[0] for max sensitivity. Signed-off-by: Malcolm Priestley

Re: [BUG REPORT] brcmfmac: wrong logic in finding control/primary channel relative location

2014-12-21 Thread Arend van Spriel
On 12/20/14 19:25, Rafał Miłecki wrote: --- Hi guys, Let me report something I think is a bug in this unusual-patch way ;) --- drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c

[PATCH] mac80211: fix dot11MulticastTransmittedFrameCount tested address

2014-12-21 Thread Eliad Peller
dot11MulticastTransmittedFrameCount should be updated according to the DA, which might be different from hdr1. (Checking hdr1 results in the counter being 0 in case of station, as TODS data frames use hdr1 for the bssid address) Signed-off-by: Eliad Peller el...@wizery.com ---

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Arend van Spriel
On 12/21/14 15:08, Maximilian Engelhardt wrote: On Sunday 21 December 2014 11:12:40 Arend van Spriel wrote: On 12/21/14 10:58, Michael Tokarev wrote: 16.12.2014 19:51, Arend van Spriel wrote: Hmm. The function brcms_btc_ecicoex_enab() is calling itself. Please remove that call as it causes

Re: [PATCH] mac80211: fix dot11MulticastTransmittedFrameCount tested address

2014-12-21 Thread Fred Chou
On 21/12/2014 9:25 PM, Eliad Peller wrote: dot11MulticastTransmittedFrameCount should be updated according to the DA, which might be different from hdr1. Shouldn't address 1 be used to determine whether the MPDU is multicast? From Std-2012 definition of multicast: When applied to a MAC

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Maximilian Engelhardt
On Sunday 21 December 2014 15:13:50 Arend van Spriel wrote: On 12/21/14 15:08, Maximilian Engelhardt wrote: On Sunday 21 December 2014 11:12:40 Arend van Spriel wrote: On 12/21/14 10:58, Michael Tokarev wrote: 16.12.2014 19:51, Arend van Spriel wrote: Hmm. The function

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Arend van Spriel
On 12/21/14 15:24, Maximilian Engelhardt wrote: On Sunday 21 December 2014 15:13:50 Arend van Spriel wrote: On 12/21/14 15:08, Maximilian Engelhardt wrote: On Sunday 21 December 2014 11:12:40 Arend van Spriel wrote: On 12/21/14 10:58, Michael Tokarev wrote: 16.12.2014 19:51, Arend van Spriel

Re: [PATCH] mac80211: fix dot11MulticastTransmittedFrameCount tested address

2014-12-21 Thread Eliad Peller
On Sun, Dec 21, 2014 at 4:19 PM, Fred Chou fred.chou...@gmail.com wrote: On 21/12/2014 9:25 PM, Eliad Peller wrote: dot11MulticastTransmittedFrameCount should be updated according to the DA, which might be different from hdr1. Shouldn't address 1 be used to determine whether the MPDU is

Re: [PATCH] mac80211: fix dot11MulticastTransmittedFrameCount tested address

2014-12-21 Thread Johannes Berg
On Sun, 2014-12-21 at 17:27 +0200, Eliad Peller wrote: On Sun, Dec 21, 2014 at 4:19 PM, Fred Chou fred.chou...@gmail.com wrote: On 21/12/2014 9:25 PM, Eliad Peller wrote: dot11MulticastTransmittedFrameCount should be updated according to the DA, which might be different from hdr1.

[PATCH 1/2] mac80211: consider only relevant vifs for radar_required calculation

2014-12-21 Thread Eliad Peller
no need to consider all the vifs, but only the ones that have this context assigned. Signed-off-by: Eliad Peller el...@wizery.com --- net/mac80211/chan.c | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/net/mac80211/chan.c b/net/mac80211/chan.c index

[PATCH 2/2] mac80211: allow some multi-channel combinations with DFS master

2014-12-21 Thread Eliad Peller
Allow some multi-channel interface combinations along with DFS master support, if there is only a single AP/GO. Allowing other interface types at the same time is fine (as long as the device supports them), and doesn't require additional code. Update ieee80211_dfs_radar_detected_work() to

Re: [PATCH] mac80211: fix dot11MulticastTransmittedFrameCount tested address

2014-12-21 Thread Eliad Peller
On Sun, Dec 21, 2014 at 6:25 PM, Johannes Berg johan...@sipsolutions.net wrote: On Sun, 2014-12-21 at 17:27 +0200, Eliad Peller wrote: On Sun, Dec 21, 2014 at 4:19 PM, Fred Chou fred.chou...@gmail.com wrote: On 21/12/2014 9:25 PM, Eliad Peller wrote: dot11MulticastTransmittedFrameCount

Re: changes to Linux wireless maintenance

2014-12-21 Thread John W. Linville
On Sun, Dec 21, 2014 at 10:50:40AM +0100, Arend van Spriel wrote: The trees work similarly like John's wireless and wireless-next trees, the former only for important bugfixes to -rc releases and the latter for the rest going to the next release. So are you dropping the wireless-testing

Re: [PATCH 01/10] brcmfmac: Fix incorrect casting of 64 bit physical address.

2014-12-21 Thread Joe Perches
On Sun, 2014-12-21 at 12:43 +0100, Arend van Spriel wrote: The physical addresses being used by pcie and msgbuf were using a cast to long, which incorrectly caused it to limit the address to 32bit. Now explicit u64 is used where needed. Maybe these should be phys_addr_t instead? diff --git

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Maximilian Engelhardt
On Sunday 21 December 2014 16:03:17 Arend van Spriel wrote: On 12/21/14 15:24, Maximilian Engelhardt wrote: On Sunday 21 December 2014 15:13:50 Arend van Spriel wrote: On 12/21/14 15:08, Maximilian Engelhardt wrote: On Sunday 21 December 2014 11:12:40 Arend van Spriel wrote: On 12/21/14

Re: [PATCH 03/10] brcmfmac: Add support for bcm43340/1 wireless chipsets

2014-12-21 Thread Rafał Miłecki
On 21 December 2014 at 20:56, Arend van Spriel ar...@broadcom.com wrote: On 12/21/14 18:50, Marcel Holtmann wrote: Hi Arend, diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 0f01fe0..61f8318 100644 --- a/include/linux/mmc/sdio_ids.h +++

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits

2014-12-21 Thread Wolfram Sang
Generated with coccinelle. The big cleanup was pulled in this merge window. This series catches the bits fallen through. The patches shall go in via the subsystem trees. If possible for 3.19 to increase consistency I'd say, but you decide, of course. cocci-file used: @match1@ declarer name

Re: [BUG] rtl8192se: panic accessing unmapped memory in skb

2014-12-21 Thread Eric Biggers
Hi, To get your patched version to work at all I had to update _rtl_pci_init_rx_ring() to account for new return value of _rtl_pci_init_one_rxdesc(). I will let you know if anything shows up in the kernel log, but I expect this is a highly sporadic problem. The system has 4 GB of memory, and I