From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:32 +0000 (+0200) Subject: mac80211: use common work function X-Git-Tag: v2.6.36-rc1~571^2~540^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa57d017366fb26b58af110a38b36a4f0214a62;p=pandora-kernel.git mac80211: use common work function Even with the previous patch, IBSS, managed and mesh modes all attach their own work function to the shared work struct, which means some duplicated code. Change that to only have a frame processing function and a further work function for each of them and share some common code. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed