Dave,
Here is another round of fixes intended for 2.6.26. Most of them are
small and obvious.
The ipw2200 one [1] is big, but a lot of it is moving and/or deleting some
old code. It fixes a problem that can cause a new scan request to
eclipse and existing one in a way that keeps userland from getting the
requested scan results.
Please let me know if there are problems!
Thanks,
John
[1] This one was also originally in a pending wireless-next-2.6 request.
I'm reformulating that request and will resend it.
---
Individual patches are available here:
http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/
---
The following changes since commit 24b95685ffcdb3dc28f64b9e8af6ea3e8360fbc5:
James Chapman (1):
l2tp: Fix possible oops if transmitting or receiving when tunnel goes down
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git master
Adrian Bunk (1):
include/linux/ssb/ssb_driver_gige.h typo fix
Assaf Krauss (2):
mac80211: Fixing slow IBSS rejoin
mac80211: Checking IBSS support while changing channel in ad-hoc mode
Dan Williams (3):
ipw2200: queue direct scans
mac80211: send association event on IBSS create
mac80211: decrease IBSS creation latency
Holger Schurig (1):
libertas: fix sleep confirmation
Marcin Slusarz (1):
iwlwifi: fix oops in iwl3945_led_brightness_set
Michael Buesch (1):
zd1211rw: Fix data padding for QoS
drivers/net/wireless/ipw2200.c | 176 +++++++++++++--------------
drivers/net/wireless/ipw2200.h | 6 +-
drivers/net/wireless/iwlwifi/iwl-3945-led.c | 5 +-
drivers/net/wireless/libertas/cmd.c | 5 +-
drivers/net/wireless/libertas/main.c | 2 +-
drivers/net/wireless/zd1211rw/zd_mac.c | 2 +-
include/linux/ssb/ssb_driver_gige.h | 2 +-
net/mac80211/ieee80211_i.h | 2 +-
net/mac80211/main.c...