Re: [PATCH net-next] wireless: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Larry Finger
On 03/29/2015 08:29 PM, Joe Perches wrote: Use bool constants as the return values instead of 1 and 0. Signed-off-by: Joe Perches j...@perches.com --- To be honest I'd might rather get bunches of these, there has to be a ton of them, than a slow trickle of one every few weeks/days. There

[PATCH net-next] wireless: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Joe Perches
Use bool constants as the return values instead of 1 and 0. Signed-off-by: Joe Perches j...@perches.com --- To be honest I'd might rather get bunches of these, there has to be a ton of them, than a slow trickle of one every few weeks/days. There aren't too many here either...

Re: [PATCH net-next] wireless: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Joe Perches
On Sun, 2015-03-29 at 20:46 -0500, Larry Finger wrote: On 03/29/2015 08:29 PM, Joe Perches wrote: Use bool constants as the return values instead of 1 and 0. Signed-off-by: Joe Perches j...@perches.com --- To be honest I'd might rather get bunches of these, there has to be a ton of

[PATCH] cfg80211: Stop calling crda if it is not responsive

2015-03-29 Thread Ilan Peer
Patch eeca9fce1d71a4955855ceb0c3b13c1eb9db27c1 (cfg80211: Schedule timeout for all CRDA call) introduced a regression, where in case that crda is not installed (or not configured properly etc.), the regulatory core will needlessly continue to call it. Fix this by stop calling CRDA after too many

14e4:4331 [MacBookPro9,2] b43 802.11 won't connect to Verzion Jetpack MiFi 5510L (no secrets provided)

2015-03-29 Thread Christopher M. Penalver
[1.] One line summary of the problem: 14e4:4331 [MacBookPro9,2] b43 802.11 won't connect to Verzion Jetpack MiFi 5510L (no secrets provided) [2.] Full description of the problem/report: The laptop won't connect to an 802.11 g/n WAP. The same device with the proprietary bcmwl drivers works, and

[PATCH 83/86] brcm80211: drop pci dependency

2015-03-29 Thread Michael S. Tsirkin
This file does not use any pci APIs, drop pci header includes. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c

[PATCH 84/86] brcm80211: drop pci_ids include

2015-03-29 Thread Michael S. Tsirkin
This file does not use any pci ids, drop pci_ids.h include. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c

[PATCH 57/86] brcm80211: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/net/wireless/brcm80211/include/brcm_hw_ids.h | 2 +-

Re: [PATCH 84/86] brcm80211: drop pci_ids include

2015-03-29 Thread Arend van Spriel
On 03/29/15 15:43, Michael S. Tsirkin wrote: This file does not use any pci ids, drop pci_ids.h include. Acked-by: Arend van Spriel ar...@broadcom.com Signed-off-by: Michael S. Tsirkinm...@redhat.com --- drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 1 - 1 file changed, 1 deletion(-)

Re: [PATCH 83/86] brcm80211: drop pci dependency

2015-03-29 Thread Arend van Spriel
On 03/29/15 15:43, Michael S. Tsirkin wrote: This file does not use any pci APIs, drop pci header includes. Acked-by: Arend van Spriel ar...@broadcom.com Signed-off-by: Michael S. Tsirkinm...@redhat.com --- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 2 -- 1 file changed, 2

Re: [PATCH 57/86] brcm80211: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Arend van Spriel
On 03/29/15 15:41, Michael S. Tsirkin wrote: Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Acked-by: Arend van Spriel ar...@broadcom.com Signed-off-by: Michael S. Tsirkinm...@redhat.com ---