]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: pull mgmt frame rx into rx handler
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 Jun 2010 08:21:34 +0000 (10:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jun 2010 19:39:26 +0000 (15:39 -0400)
commit77a121c3a88eb00a4b5e753d083dbb7d49fefb0a
treed1c802c9133a149094b484cd4796faeb9d7201fb
parent36b3a628a4e85d002ee8813ebd2a5caef6d3c1a7
mac80211: pull mgmt frame rx into rx handler

Some code is duplicated between ibss, mesh and
managed mode regarding the queueing of management
frames. Since all modes now use a common skb
queue and a common work function, we can pull
the queueing code into the rx handler directly
and remove the duplicated length checks etc.

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