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)
commit20b01f80f72426e7ed2e773220da4357925383d5
treea2e81cf9dec56a8a6b2c739d9eaf59061e700b61
parent7c1e183186377e84e6f4e457be0514887f2df4ef
mac80211: remove prepare_for_handlers sdata argument

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