-
- Downloads
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
John W. Linville says:
====================
This is a batch of fixes intended for the 3.7 stream.
Dan Carpenter brings a fix for a simple signedness bug that could
prevent the proper termination of a loop.
Felix Fietkau found a few more places that need to use
ieee80211_free_txskb for properly releasing SKBs used by mac80211.
Franky Lin offers a pair of brcmfmac fixes, both fixing simple state
reporting errors.
Hante Meuleman corrects an error reporting case that wasn't handling
all types of errors properly.
Johan Hedberg offers a fix for an issue discovered at the Bluetooth
UnPlug Fest. Gustavo says "the patch fixes a failure to pair with
devices that support the LE Secure Connections feature."
Johannes Berg sends an iwlwifi fix to handle a message type that
is too large for the normal command mechanism. He also provides a
mac80211 fix to use HT20 channels when HT40 channels are not permitted.
Jouni Malinen offers a mac80211 fix for a masking error that was
incorrectly marking some frames.
Piotr Haber provides a fix to make sure bcma devices are unregistered
properly.
Stanislav Yakovlev gives us a fix for a panic in the ipw2200 driver.
Stanislaw Gruszka sends a pair of fixes: one prevents a mismatch on
connection states between cfg80211 and mac80211; the other prevents
some frame corruption related to handling encryption.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/bcma/main.c 3 additions, 2 deletionsdrivers/bcma/main.c
- drivers/net/wireless/brcm80211/brcmfmac/usb.c 1 addition, 1 deletiondrivers/net/wireless/brcm80211/brcmfmac/usb.c
- drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c 24 additions, 44 deletionsdrivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
- drivers/net/wireless/ipw2x00/ipw2200.c 1 addition, 1 deletiondrivers/net/wireless/ipw2x00/ipw2200.c
- drivers/net/wireless/iwlwifi/dvm/devices.c 24 additions, 15 deletionsdrivers/net/wireless/iwlwifi/dvm/devices.c
- include/net/cfg80211.h 1 addition, 0 deletionsinclude/net/cfg80211.h
- net/bluetooth/smp.c 4 additions, 2 deletionsnet/bluetooth/smp.c
- net/mac80211/iface.c 1 addition, 1 deletionnet/mac80211/iface.c
- net/mac80211/mlme.c 23 additions, 12 deletionsnet/mac80211/mlme.c
- net/mac80211/sta_info.c 2 additions, 2 deletionsnet/mac80211/sta_info.c
- net/mac80211/util.c 2 additions, 2 deletionsnet/mac80211/util.c
- net/mac80211/wpa.c 10 additions, 4 deletionsnet/mac80211/wpa.c
- net/wireless/mlme.c 3 additions, 9 deletionsnet/wireless/mlme.c
Loading
Please register or sign in to comment