From: Jasper Bryant-Greene Date: Sun, 3 Aug 2008 00:04:37 +0000 (+1200) Subject: replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate X-Git-Tag: v2.6.28-rc1~717^2~431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f698d856f65c3fea091cc303a135967965c5b880;p=pandora-kernel.git replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate This patch replaces net_device arguments to mac80211 internal functions with ieee80211_{local,sub_if_data} as appropriate. It also does the same for many 802.11s mesh functions, and changes the mesh path table to be indexed on sub_if_data rather than net_device. If the mesh part needs to be a separate patch let me know, but since mesh uses a lot of mac80211 functions which were being converted anyway, the changes go hand-in-hand somewhat. This patch probably does not convert all the functions which could be converted, but it is a large chunk and followup patches will be provided. Signed-off-by: Jasper Bryant-Greene Signed-off-by: John W. Linville --- Reading git-diff-tree failed