commit | 77a121c3a88eb00a4b5e753d083dbb7d49fefb0a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jun 10 10:21:34 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 14 15:39:26 2010 -0400 |
tree | d1c802c9133a149094b484cd4796faeb9d7201fb | |
parent | 36b3a628a4e85d002ee8813ebd2a5caef6d3c1a7 [diff] |
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>