commit | 60744f62971cfa80cab36ab8c12afeae371fbe8b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Aug 23 10:46:50 2010 +0200 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Aug 27 09:29:00 2010 -0700 |
tree | 6ae9fe1032ee38fa737c0d147625c51d66e164e5 | |
parent | ece9c4ee5e590f96d7221c746126eaafac15a60c [diff] |
iwlagn: remove iw_mode check for beacon Since we have the beacon context now, we no longer need to rely on iw_mode but can check the beacon context interface's type. However, that check must be in the work item instead due to locking constraints (mutex must be held when dereferencing beacon_ctx pointer). Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>