[MAC80211]: split up __ieee80211_rx
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 27 Jul 2007 13:43:22 +0000 (15:43 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:31 +0000 (16:47 -0700)
commit23a24defa0da567eac615828563935c195fb48dc
treedd698a74e0e8a7c3412266f884acb4795a62a0a4
parent570bd537a9a1520ddebfed772bcf6eaf7510bec4
[MAC80211]: split up __ieee80211_rx

The really indented part that does the huge switch on the interface
type is a nuisance. Put it into an own function 'prepare_for_handlers'.

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