commit | 782d2673655c05a1c0335fe0ee4cb62c23bcc231 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 18 21:21:31 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 24 16:07:58 2013 +0100 |
tree | af61e03bf4fb2a5963120d16c71926b8bfd84310 | |
parent | 683d41ae6755e6ae297ec09603c229795ab9566e [diff] |
mac80211: remove redundant check There's no need to have two checks for "associated" in ieee80211_sta_restart(), make the first one locked to not race (unlikely at this point during resume) and remove the second check. Signed-off-by: Johannes Berg <johannes.berg@intel.com>