OSDN Git Service

mac80211: clean up rx handling wrt. found_sta
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Sep 2010 09:21:07 +0000 (11:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Sep 2010 19:57:52 +0000 (15:57 -0400)
commit4b0dd98e70b6516c2c26f28091c2fb09f0ecf215
tree2d791b673851f15f596290e9848b5c2be409d3cd
parent4406c376895608375105013bf405ecac720ef558
mac80211: clean up rx handling wrt. found_sta

If a station was found, then we'll have exited
the function already, so it is not necessary to
have a variable keeping track of it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c