Re: [PATCH v2 0/2] Add mcast event when hwsim radios are created and removed

2014-10-31 Thread Johannes Berg
Hi Jukka, Unfortunately this failed to apply, likely because I also applied some of Ben's patches in the meantime. Please rebase your patch on mac80211-next. johannes -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org

Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-31 Thread Jukka Rissanen
Hi Ben Johannes, while rebasing my hwsim patches on top of Ben's patches, I noticed that the freq attribute is not mentioned in hwsim_genl_policy struct. The same applies also to radio name and vif attributes. Just wondered should they be mentioned in the policy struct like the other attributes?

Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-31 Thread Johannes Berg
On Fri, 2014-10-31 at 10:16 +0200, Jukka Rissanen wrote: Hi Johannes, On pe, 2014-10-31 at 09:04 +0100, Johannes Berg wrote: On Fri, 2014-10-31 at 10:02 +0200, Jukka Rissanen wrote: while rebasing my hwsim patches on top of Ben's patches, I noticed that the freq attribute is not

iwlwifi: mvm: BACKPORT_WANT_DEV_COREDUMP?

2014-10-31 Thread Paul Bolle
Your commit aadede6e9f4c (iwlwifi: mvm: port to devcoredump framework) landed in today's linux-next (next-20141031). It adds a select statement for BACKPORT_WANT_DEV_COREDUMP. There's no Kconfig symbol BACKPORT_WANT_DEV_COREDUMP so this select is currently a nop. (In https://lkml.org/lkml/2014/9

Re: iwlwifi: mvm: BACKPORT_WANT_DEV_COREDUMP?

2014-10-31 Thread Paul Bolle
On Fri, 2014-10-31 at 09:45 +0100, Johannes Berg wrote: On Fri, 2014-10-31 at 09:40 +0100, Paul Bolle wrote: Your commit aadede6e9f4c (iwlwifi: mvm: port to devcoredump framework) landed in today's linux-next (next-20141031). It adds a select statement for BACKPORT_WANT_DEV_COREDUMP

Re: iwlwifi: mvm: BACKPORT_WANT_DEV_COREDUMP?

2014-10-31 Thread Johannes Berg
On Fri, 2014-10-31 at 10:06 +0100, Paul Bolle wrote: On Fri, 2014-10-31 at 09:45 +0100, Johannes Berg wrote: On Fri, 2014-10-31 at 09:40 +0100, Paul Bolle wrote: Your commit aadede6e9f4c (iwlwifi: mvm: port to devcoredump framework) landed in today's linux-next (next-20141031). It adds

Re: iwlwifi: mvm: BACKPORT_WANT_DEV_COREDUMP?

2014-10-31 Thread Paul Bolle
On Fri, 2014-10-31 at 10:08 +0100, Johannes Berg wrote: On Fri, 2014-10-31 at 10:06 +0100, Paul Bolle wrote: Perhaps you could also look into somehow guarding the call of dev_coredumpm(), that this commit added, with checks for CONFIG_DEV_COREDUMP. See, I had a quick look at all this and

Re: [PATCH -stable] rt2x00: support Ralink 5362.

2014-10-31 Thread Jiri Slaby
On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote: From: Canek Peláez Valdés ca...@ciencias.unam.mx Hi, what is this, please? No commit message, no upstream SHA, we cannot take the two as they stand... Cc: sta...@vger.kernel.org Acked-by: Stanislaw Gruszka sgrus...@redhat.com Cc: Stanislaw

[PATCH v3 0/2] Add mcast event when hwsim radios are created and removed

2014-10-31 Thread Jukka Rissanen
Hi, v3: - rebased on top of the latest changes in upstream v2: - removed old patch 1 as that is already applied - added suitable prefixes to new function names - refactored the patch 1 so that multicast message building is separated into a more generic function - instead of passing radio

re: brcm80211: use endian annotation for pmk related structure

2014-10-31 Thread Dan Carpenter
Hello Arend van Spriel, The patch 40c8e95af02d: brcm80211: use endian annotation for pmk related structure from Oct 12, 2011, leads to the following static checker warning: drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c:2965 brcmf_cfg80211_set_pmksa() warn: can 'pmkid_len'

Re: [PATCH v3 0/2] Add mcast event when hwsim radios are created and removed

2014-10-31 Thread Johannes Berg
On Fri, 2014-10-31 at 14:48 +0200, Jukka Rissanen wrote: Hi, v3: - rebased on top of the latest changes in upstream Both applied, thanks. johannes -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 1/2] cfg80211: 802.11p OCB mode handling

2014-10-31 Thread Johannes Berg
On Thu, 2014-10-30 at 11:42 +0100, Rostislav Lisovy wrote: --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -263,6 +263,7 @@ struct ieee80211_vif_chanctx_switch { * @BSS_CHANGED_BANDWIDTH: The bandwidth used by this interface changed, * note that this is only called when it

Re: PROBLEM: Boot failure with bad RIP value

2014-10-31 Thread S. Gilles
On Tue, Oct 14, 2014 at 12:13:13AM -0400, S. Gilles wrote: On Mon, Oct 13, 2014 at 10:41:26PM -0500, Larry Finger wrote: On 10/13/2014 06:45 PM, S. Gilles wrote: (Sending this to the right people this time, hopefully.) I have been getting a consistent boot failure with 3.17, which I

Re: brcm80211: use endian annotation for pmk related structure

2014-10-31 Thread Arend van Spriel
On 10/31/14 13:51, Dan Carpenter wrote: Hello Arend van Spriel, The patch 40c8e95af02d: brcm80211: use endian annotation for pmk related structure from Oct 12, 2011, leads to the following static checker warning: drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c:2965

Re: brcm80211: use endian annotation for pmk related structure

2014-10-31 Thread Dan Carpenter
On Fri, Oct 31, 2014 at 03:18:27PM +0100, Arend van Spriel wrote: Understood. Not sure what the motivation is to mistrust endian more. Endian data tends to come from suspicious places such as disk images, usb devices, and networks. Simply because there could be conversion errors? Anyway, the

Re: brcm80211: use endian annotation for pmk related structure

2014-10-31 Thread Arend van Spriel
On 10/31/14 15:26, Dan Carpenter wrote: On Fri, Oct 31, 2014 at 03:18:27PM +0100, Arend van Spriel wrote: Understood. Not sure what the motivation is to mistrust endian more. Endian data tends to come from suspicious places such as disk images, usb devices, and networks. Simply because

Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-31 Thread Ben Greear
On 10/31/2014 01:02 AM, Jukka Rissanen wrote: Hi Ben Johannes, while rebasing my hwsim patches on top of Ben's patches, I noticed that the freq attribute is not mentioned in hwsim_genl_policy struct. The same applies also to radio name and vif attributes. Just wondered should they be

pull request: bluetooth-next 2014-10-31

2014-10-31 Thread Johan Hedberg
Hi John, Here's the first bluetooth-next pull request for 3.19. The vast majority of patches are for ieee802154 from Alexander Aring with various fixes and cleanups. There are also several LE/SMP fixes as well as improved support for handling LE devices that have lost their pairing information

pull request: wireless 2014-10-31

2014-10-31 Thread John W. Linville
Dave, Please pull this small batch of spooky fixes intended for the 3.18 stream...boo! Cyril Brulebois adds an rt2x00 device ID. Dan Carpenter provides a one-line masking fix for an ath9k debugfs entry. Larry Finger gives us a package of small rtlwifi fixes which add some bits that were left

Re: [PATCH 3/3] ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries

2014-10-31 Thread John W. Linville
On Tue, Oct 28, 2014 at 01:19:12PM +0100, Arend van Spriel wrote: Use the helper to get rid of the file operations per debugfs file. The struct ath9k_softc pointer is set as device driver data to be obtained in the seq_file read operation. Signed-off-by: Arend van Spriel ar...@broadcom.com

Re: pull request: bluetooth-next 2014-10-31

2014-10-31 Thread John W. Linville
On Fri, Oct 31, 2014 at 08:28:03PM +0200, Johan Hedberg wrote: Hi John, Here's the first bluetooth-next pull request for 3.19. The vast majority of patches are for ieee802154 from Alexander Aring with various fixes and cleanups. There are also several LE/SMP fixes as well as improved

Re: pull request: wireless 2014-10-31

2014-10-31 Thread David Miller
From: John W. Linville linvi...@tuxdriver.com Date: Fri, 31 Oct 2014 15:58:17 -0400 Please pull this small batch of spooky fixes intended for the 3.18 stream...boo! Scary... but pulled. Thanks a lot! -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a

Re: PROBLEM: Boot failure with bad RIP value

2014-10-31 Thread S. Gilles
On Fri, Oct 31, 2014 at 10:07:59AM -0500, Larry Finger wrote: On 10/31/2014 08:56 AM, S. Gilles wrote: 03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01) Any progress on this, or duplication? If this isn't