commit | 1a10f43313481b99154b3b1ce6863742475422e0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 13 03:14:44 2011 -0700 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Apr 22 10:02:26 2011 -0700 |
tree | 156e5973b05c91a49e95119074077193244ad46b | |
parent | e46f6538c24f01bb68dc374358ce85a0af666682 [diff] |
iwlagn: clean up some exit code There's no point in running through iwl_down() when we never registered with mac80211, as it just cleans up internal structures that were never initialised in this case. Therefore we can also remove the special handling for this case from __iwl_down(). Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>