commit | 1fa57d017366fb26b58af110a38b36a4f0214a62 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jun 10 10:21:32 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 14 15:38:17 2010 -0400 |
tree | 9bf7e82b3e429908498a70aa5c75c2af06b261b6 | |
parent | 64592c8fc0e99d445fc3fdedddeb6088e20086f1 [diff] |
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 <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>