mac80211: remove misleading 'res' variable
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 23 Dec 2007 09:11:55 +0000 (10:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:55 +0000 (15:00 -0800)
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>

No differences found