Re: pull request: wireless 2013-01-09

2013-01-10 Thread Sedat Dilek
On Thu, Jan 10, 2013 at 11:14 AM, Sedat Dilek  wrote:
> On Wed, Jan 9, 2013 at 8:18 PM, John W. Linville  
> wrote:
>> Dave,
>>
>> Please pull this batch of fixes (and a new driver) for the 3.8 stream...
>>
>> Included is a mac80211 pull, of which Johannes says the following:
>>
>> 'This includes a number of fixes for various pieces of mac80211. I've
>> also included Thomas's memory RMC hash table optimisation since it
>> saves so much memory.'
>>
>> Also from Johannes is an iwlwifi pull:
>>
>> 'I have two fixes for iwlwifi: one to fix a lost return value that was
>> dropped in a previous patch and could cause "nobody cared" IRQ messages,
>> and one to work around a firmware issue.'
>>
>> Amitkumar Karwar brings an mwifiex for a typo in an comparison.
>>
>> Bing Zhao gives us an mwifiex fix to properly check the return value
>> from wait_event_interruptible and handle it properly.
>>
>> Chen Gang provides a fix to make iwlegacy use strlcpy instead of
>> strncpy, avoiding a potential buffer underflow.
>>
>> Julian Wollrath fixes a typo in an error message in rtlwifi.
>>
>> Larry Finger brings a b43 fix for a firmware loading problem.
>>
>> Nickolai Zeldovich avoids a use-after-free in the mwl8k driver.
>>
>> Vladimir Kondratiev brings the last big piece, the new Qualcomm/Atheros
>> wil6210 802.11ad driver.  Since it is for new hardware, I hope that
>> taking it for 3.8 is not a problem.
>>
>> Please let me know if there are problems!
>>
>> Thanks,
>>
>> John
>>
>> ---
>>
>> The following changes since commit c9be4a5c49cf51cc70a993f004c5bb30067a65ce:
>>
>>   net: prevent setting ttl=0 via IP_TTL (2013-01-08 17:57:10 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git 
>> for-davem
>>
>> for you to fetch changes up to a9b8a894ad7d0b90b0464c9ac7e8e5c1687edcae:
>>
>>   Merge branch 'master' of 
>> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into 
>> for-davem (2013-01-09 11:01:37 -0500)
>>
>> 
>
> Hi John,
>
> if I look at for-davem GIT branch (online GitWeb interface) [1], this
> has no tag "master-2013-01-09" like in master branch.
> Comments?
>

Sorry, forget this, I looked at wireless-next.git#for-davem.

- Sedat -

> Regards,
> - Sedat -
>
> [1] 
> http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next.git;a=shortlog;h=refs/heads/for-davem
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: pull request: wireless 2013-01-09

2013-01-10 Thread Sedat Dilek
On Wed, Jan 9, 2013 at 8:18 PM, John W. Linville  wrote:
> Dave,
>
> Please pull this batch of fixes (and a new driver) for the 3.8 stream...
>
> Included is a mac80211 pull, of which Johannes says the following:
>
> 'This includes a number of fixes for various pieces of mac80211. I've
> also included Thomas's memory RMC hash table optimisation since it
> saves so much memory.'
>
> Also from Johannes is an iwlwifi pull:
>
> 'I have two fixes for iwlwifi: one to fix a lost return value that was
> dropped in a previous patch and could cause "nobody cared" IRQ messages,
> and one to work around a firmware issue.'
>
> Amitkumar Karwar brings an mwifiex for a typo in an comparison.
>
> Bing Zhao gives us an mwifiex fix to properly check the return value
> from wait_event_interruptible and handle it properly.
>
> Chen Gang provides a fix to make iwlegacy use strlcpy instead of
> strncpy, avoiding a potential buffer underflow.
>
> Julian Wollrath fixes a typo in an error message in rtlwifi.
>
> Larry Finger brings a b43 fix for a firmware loading problem.
>
> Nickolai Zeldovich avoids a use-after-free in the mwl8k driver.
>
> Vladimir Kondratiev brings the last big piece, the new Qualcomm/Atheros
> wil6210 802.11ad driver.  Since it is for new hardware, I hope that
> taking it for 3.8 is not a problem.
>
> Please let me know if there are problems!
>
> Thanks,
>
> John
>
> ---
>
> The following changes since commit c9be4a5c49cf51cc70a993f004c5bb30067a65ce:
>
>   net: prevent setting ttl=0 via IP_TTL (2013-01-08 17:57:10 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git 
> for-davem
>
> for you to fetch changes up to a9b8a894ad7d0b90b0464c9ac7e8e5c1687edcae:
>
>   Merge branch 'master' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into 
> for-davem (2013-01-09 11:01:37 -0500)
>
> 

Hi John,

if I look at for-davem GIT branch (online GitWeb interface) [1], this
has no tag "master-2013-01-09" like in master branch.
Comments?

Regards,
- Sedat -

[1] 
http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next.git;a=shortlog;h=refs/heads/for-davem
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: pull request: wireless 2013-01-09

2013-01-10 Thread David Miller
From: "John W. Linville" 
Date: Wed, 9 Jan 2013 14:18:18 -0500

> Included is a mac80211 pull, of which Johannes says the following:
> 
> 'This includes a number of fixes for various pieces of mac80211. I've
> also included Thomas's memory RMC hash table optimisation since it
> saves so much memory.'
> 
> Also from Johannes is an iwlwifi pull:
> 
> 'I have two fixes for iwlwifi: one to fix a lost return value that was
> dropped in a previous patch and could cause "nobody cared" IRQ messages,
> and one to work around a firmware issue.'
> 
> Amitkumar Karwar brings an mwifiex for a typo in an comparison.
> 
> Bing Zhao gives us an mwifiex fix to properly check the return value
> from wait_event_interruptible and handle it properly.
> 
> Chen Gang provides a fix to make iwlegacy use strlcpy instead of
> strncpy, avoiding a potential buffer underflow.
> 
> Julian Wollrath fixes a typo in an error message in rtlwifi.
> 
> Larry Finger brings a b43 fix for a firmware loading problem.
> 
> Nickolai Zeldovich avoids a use-after-free in the mwl8k driver.
> 
> Vladimir Kondratiev brings the last big piece, the new Qualcomm/Atheros
> wil6210 802.11ad driver.  Since it is for new hardware, I hope that
> taking it for 3.8 is not a problem.
> 
> Please let me know if there are problems!

Pulled, thanks John.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: pull request: wireless 2013-01-09

2013-01-09 Thread John W. Linville
Ooops!  Forgot to sign it...

On Wed, Jan 09, 2013 at 02:18:18PM -0500, John W. Linville wrote:
> Dave,
> 
> Please pull this batch of fixes (and a new driver) for the 3.8 stream...
> 
> Included is a mac80211 pull, of which Johannes says the following:
> 
> 'This includes a number of fixes for various pieces of mac80211. I've
> also included Thomas's memory RMC hash table optimisation since it
> saves so much memory.'
> 
> Also from Johannes is an iwlwifi pull:
> 
> 'I have two fixes for iwlwifi: one to fix a lost return value that was
> dropped in a previous patch and could cause "nobody cared" IRQ messages,
> and one to work around a firmware issue.'
> 
> Amitkumar Karwar brings an mwifiex for a typo in an comparison.
> 
> Bing Zhao gives us an mwifiex fix to properly check the return value
> from wait_event_interruptible and handle it properly.
> 
> Chen Gang provides a fix to make iwlegacy use strlcpy instead of
> strncpy, avoiding a potential buffer underflow.
> 
> Julian Wollrath fixes a typo in an error message in rtlwifi.
> 
> Larry Finger brings a b43 fix for a firmware loading problem.
> 
> Nickolai Zeldovich avoids a use-after-free in the mwl8k driver.
> 
> Vladimir Kondratiev brings the last big piece, the new Qualcomm/Atheros
> wil6210 802.11ad driver.  Since it is for new hardware, I hope that
> taking it for 3.8 is not a problem.
> 
> Please let me know if there are problems!
> 
> Thanks,
> 
> John
> 
> ---
> 
> The following changes since commit c9be4a5c49cf51cc70a993f004c5bb30067a65ce:
> 
>   net: prevent setting ttl=0 via IP_TTL (2013-01-08 17:57:10 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git 
> for-davem
> 
> for you to fetch changes up to a9b8a894ad7d0b90b0464c9ac7e8e5c1687edcae:
> 
>   Merge branch 'master' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into 
> for-davem (2013-01-09 11:01:37 -0500)
> 
> 
> 
> Amitkumar Karwar (1):
>   mwifiex: fix typo in setting up ibss network parameters
> 
> Bing Zhao (1):
>   mwifiex: check wait_event_interruptible return value
> 
> Chaitanya (1):
>   mac80211: fix maximum MTU
> 
> Chen Gang (1):
>   drivers/net/wireless/iwlegacy: use strlcpy instead of strncpy
> 
> Emmanuel Grumbach (1):
>   iwlwifi: fix the reclaimed packet tracking upon flush queue
> 
> Felix Fietkau (1):
>   mac80211: flush AP_VLAN stations when tearing down the BSS AP
> 
> Johannes Berg (5):
>   mac80211: assign VLAN channel contexts
>   mac80211: fix station destruction in AP/mesh modes
>   mac80211: use del_timer_sync for final sta cleanup timer deletion
>   mac80211: fix dtim_period in hidden SSID AP association
>   iwlwifi: fix PCIe interrupt handle return value
> 
> John W. Linville (3):
>   Merge branch 'for-john' of git://git.kernel.org/.../jberg/mac80211
>   Merge branch 'for-john' of 
> git://git.kernel.org/.../iwlwifi/iwlwifi-fixes
>   Merge branch 'master' of git://git.kernel.org/.../linville/wireless 
> into for-davem
> 
> Julian Wollrath (1):
>   rtlwifi: Fix typo in debug output of rtl8192c and rtl8723ae
> 
> Larry Finger (1):
>   b43: Fix firmware loading when driver is built into the kernel
> 
> Nickolai Zeldovich (1):
>   drivers/net/wireless/mwl8k.c: avoid use-after-free
> 
> Stanislaw Gruszka (1):
>   mac80211: fix ibss scanning
> 
> Thomas Pedersen (1):
>   mac80211: RMC buckets are just list heads
> 
> Vladimir Kondratiev (1):
>   wireless: add new wil6210 802.11ad 60GHz driver
> 
>  MAINTAINERS|8 +
>  drivers/net/wireless/ath/Kconfig   |1 +
>  drivers/net/wireless/ath/Makefile  |1 +
>  drivers/net/wireless/ath/wil6210/Kconfig   |   29 +
>  drivers/net/wireless/ath/wil6210/Makefile  |   13 +
>  drivers/net/wireless/ath/wil6210/cfg80211.c|  573 ++
>  drivers/net/wireless/ath/wil6210/dbg_hexdump.h |   30 +
>  drivers/net/wireless/ath/wil6210/debugfs.c |  603 +++
>  drivers/net/wireless/ath/wil6210/interrupt.c   |  471 +
>  drivers/net/wireless/ath/wil6210/main.c|  407 +++
>  drivers/net/wireless/ath/wil6210/netdev.c  |  157 +++
>  drivers/net/wireless/ath/wil6210/pcie_bus.c|  223 
>  drivers/net/wireless/ath/wil6210/txrx.c|  871 +++
>  drivers/net/wireless/ath/wil6210/txrx.h|  362 +++
>  drivers/net/wireless/ath/wil6210/wil6210.h |  363 +++
>  drivers/net/wireless/ath/wil6210/wmi.c |  975 +
>  drivers/net/wireless/ath/wil6210/wmi.h | 1116 
> 
>  drivers/net/wireless/b43/b43.h |5 +
>  drivers/net/wireless/b43/main.c|   54 +-
>  drivers/net/wireless/b43/main.h|