John, And another one for iwlwifi. Here I have a fix for debugfs directory creation (causing a spurious error message), two scanning fixes from David Spinadel, an LED fix and two patches related to a BA session problem that eventually caused firmware crashes from Emmanuel and a small BT fix for older devices as well as a workaround for a firmware problem with APs with very small beacon intervals from myself. Let me know if there's any problem. johannes The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git for-john for you to fetch changes up to a590ad411891de551e6de1b51ea635c0484148d6: iwlwifi: mvm: remove extra SSID from probe request (2013-07-16 13:55:15 +0300) ---------------------------------------------------------------- Alexander Bondar (1): iwlwifi: mvm: Fix VIF specific debugfs directory creation David Spinadel (2): iwlwifi: mvm: fix bug in scan ssid iwlwifi: mvm: remove extra SSID from probe request Emmanuel Grumbach (3): iwlwifi: mvm: unregister leds when registration failed iwlwifi: mvm: fix L2P BA ressources leak iwlwifi: mvm: track the number of Rx BA sessions Johannes Berg (2): iwlwifi: dvm: don't send BT_CONFIG on devices w/o Bluetooth iwlwifi: mvm: refuse connection to APs with BI < 16 drivers/net/wireless/iwlwifi/dvm/main.c | 2 +- drivers/net/wireless/iwlwifi/mvm/debugfs.c | 6 +++++- drivers/net/wireless/iwlwifi/mvm/mac80211.c | 23 ++++++++++++++++++++++- drivers/net/wireless/iwlwifi/mvm/mvm.h | 1 + drivers/net/wireless/iwlwifi/mvm/scan.c | 10 ++++++---- drivers/net/wireless/iwlwifi/mvm/sta.c | 23 +++++++++++++++++++++-- 6 files changed, 56 insertions(+), 9 deletions(-)