commit | 6d65f5db2f66e3ff44df759fbbb3c7482879fb1e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Sun Dec 23 10:11:55 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:00:55 2008 -0800 |
tree | 72decedbd3e619c127950bd4e3d515c87bbcb0c0 | |
parent | 1036d8642b6bb604774ea143120fe10ede4ab078 [diff] |
mac80211: remove misleading 'res' variable When this function returns != CONTINUE, it needs to put the station struct it has acquired. Hence, having this unused variable is not just superfluous but also misleading. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>