mac80211: remove prepare_for_handlers sdata argument
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Sep 2010 09:21:05 +0000 (11:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Sep 2010 19:57:50 +0000 (15:57 -0400)
The first argument to prepare_for_handlers is always
the sdata that can just be stored in rx data directly
(and even already is, in two of four code paths.)

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

Simple merge