Re: pull-request: mac80211 2016-06-29-v2

2016-06-29 Thread David Miller
From: Johannes Berg 
Date: Wed, 29 Jun 2016 12:02:46 +0200

> Sorry to be sending a new pull request, but Felix had just submitted a
> fairly important fix and I decided I should send it on quickly.
> 
> Now thus we have two fixes, one for the mesh refcounting issue and one
> for an issue with the ethertype/length field being too long when it's
> used as a length, during A-MSDU decapsulation.
> 
> Let me know if there's any problem.

Pulled, thanks.


pull-request: mac80211 2016-06-29-v2

2016-06-29 Thread Johannes Berg
Hi Dave,

Sorry to be sending a new pull request, but Felix had just submitted a
fairly important fix and I decided I should send it on quickly.

Now thus we have two fixes, one for the mesh refcounting issue and one
for an issue with the ethertype/length field being too long when it's
used as a length, during A-MSDU decapsulation.

Let me know if there's any problem.

Thanks,
johannes



The following changes since commit 3d5fdff46c4b2b9534fa2f9fc78e90a48e0ff724:

  wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel (2016-06-09 
09:56:11 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 
tags/mac80211-for-davem-2016-06-29-v2

for you to fetch changes up to c041778c966c92c964033f1cdfee60a9f2b5e465:

  cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header 
(2016-06-29 11:50:33 +0200)


Just two small fixes
 * fix mesh peer link counter, decrement wasn't always done at all
 * fix ethertype (length) for packets without RFC 1042 or bridge
   tunnel header


Felix Fietkau (1):
  cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC 
header

Jouni Malinen (1):
  mac80211: Fix mesh estab_plinks counting in STA removal case

 net/mac80211/mesh.c | 7 +--
 net/wireless/util.c | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)


pull-request: mac80211 2016-06-29

2016-06-29 Thread Johannes Berg
Hi Dave,

Another (pretty old) bug showed up, and I have a single fix for it
from Jouni; would be nice to still get it in, but it's in mesh which
seems to mostly have users who integrate everything themselves.

Let me know if there's any problem.

Thanks,
johannes



The following changes since commit 3d5fdff46c4b2b9534fa2f9fc78e90a48e0ff724:

  wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel (2016-06-09 
09:56:11 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 
tags/mac80211-for-davem-2016-06-29

for you to fetch changes up to 126e7557328a1cd576be4fca95b133a2695283ff:

  mac80211: Fix mesh estab_plinks counting in STA removal case (2016-06-28 
12:39:50 +0200)


A single fix:
 * fix mesh peer link counter, decrement wasn't always done at all


Jouni Malinen (1):
  mac80211: Fix mesh estab_plinks counting in STA removal case

 net/mac80211/mesh.c | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)