From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:34 +0000 (+0200) Subject: mac80211: pull mgmt frame rx into rx handler X-Git-Tag: v2.6.36-rc1~571^2~540^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a121c3a88eb00a4b5e753d083dbb7d49fefb0a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed