OSDN Git Service

mac80211: remove bssid argument from prepare_for_handlers
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 10 Feb 2009 20:25:43 +0000 (21:25 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Feb 2009 18:45:29 +0000 (13:45 -0500)
commit7ab17c45b566b8a4a87ceac6cd6c6d77857189ab
tree0567c20fba3a836442c70a25c0a06ddf87485faf
parent14b80724367dfdc86f4807461dd1f7f2dd630416
mac80211: remove bssid argument from prepare_for_handlers

It's a little confusing to get the BSSID outside the function
and pass it in, when it's only needed for this function, so
change that.

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