commit | 0f8b82456178d558f14011e06ebf9af937c4b197 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Sun Dec 14 11:05:53 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Dec 17 15:45:17 2014 +0100 |
tree | 9c911d82264fca4c22f5b47b7f9398ade55576eb | |
parent | 1a952c94b544cbf01291186b8c6ca25fbb5873f2 [diff] |
mac80211: avoid reconfig if no interfaces are up If there are no interfaces up, there is no reason to continue the reconfig flow. The current code might end up calling driver callbacks (e.g. resume(), reconfig_complete()) while the driver is already stopped. Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>