Hi John, Well over a month since my last rt2x00 patches, but finally a real rt2x00 update. The first 2 patches are updates based on recent mac80211 changes, especially the configuration patch is important. I also noticed that the recent Kconfig fixes introduced a possibility of a build error, not sure if it was reported by somebody yet, but in any case it was possible to build mac80211 as module and rt2x00 compiled into the kernel, causing obvious problems. Ivo --- The following changes since commit 43288a0fdd6b970dec3017ceaffb70cf6347e5f0: John W. Linville (1): ath5k: fixup warnings created by "ath5k: Reset key cache..." are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git/ upstream Ivo van Doorn (5): rt2x00: Optimize configuration handling rt2x00: Remove ieee80211_bss_conf from rt2x00_intf rt2x00: Improve interface_modes initialization rt2x00: Fix build error when mac80211=M rt2x00=Y rt2x00: Release rt2x00 2.2.2 drivers/net/wireless/rt2x00/Kconfig | 2 +- drivers/net/wireless/rt2x00/rt2400pci.c | 167 ++++++++++----------- drivers/net/wireless/rt2x00/rt2500pci.c | 206 ++++++++++++------------- drivers/net/wireless/rt2x00/rt2500usb.c | 110 ++++++------- drivers/net/wireless/rt2x00/rt2x00.h | 44 ++---- drivers/net/wireless/rt2x00/rt2x00config.c | 164 +++----------------- drivers/net/wireless/rt2x00/rt2x00dev.c | 16 ++- drivers/net/wireless/rt2x00/rt2x00lib.h | 3 +- drivers/net/wireless/rt2x00/rt2x00mac.c | 12 +-- drivers/net/wireless/rt2x00/rt61pci.c | 231 ++++++++++++++-------------- drivers/net/wireless/rt2x00/rt73usb.c | 216 +++++++++++++------------- 11 files changed, 501 insertions(+), 670 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html