From 12b51bd71f1c9656a16105010cd643fd00aeb779 Mon Sep 17 00:00:00 2001 From: Luis R. Rodriguez Date: Thu, 11 Mar 2010 16:31:04 -0800 Subject: [PATCH 0/2] cfg80211: fix suspend/resume case when world roaming These patches have been baking on wireless-testing, linux-next, and now upstream 2.6.34-rc1 for a while now. They fix an issue where for example if a user from JP travels to the US and connects to an AP which disables channel 13, they suspend and go home, and resume channel 13 will still be disabled. This series fixes that. Luis R. Rodriguez (2): cfg80211: avoid flushing the global workqueue for core reg hints cfg80211: add regulatory hint disconnect support include/net/regulatory.h | 1 + net/wireless/reg.c | 162 ++++++++++++++++++++++++++++++++++++++++++++-- net/wireless/reg.h | 18 +++++ net/wireless/sme.c | 40 +++++++++++ 4 files changed, 215 insertions(+), 6 deletions(-)