From: Johannes Berg Date: Fri, 18 Jan 2013 20:21:31 +0000 (+0100) Subject: mac80211: remove redundant check X-Git-Tag: v3.9-rc1~139^2~31^2^2~80^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782d2673655c05a1c0335fe0ee4cb62c23bcc231;p=pandora-kernel.git 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 --- Reading git-diff-tree failed