From: Johannes Berg Date: Fri, 9 Nov 2007 00:57:29 +0000 (+0100) Subject: mac80211: provide interface iterator for drivers X-Git-Tag: v2.6.25-rc1~1162^2~1375 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabeb344f54ab780d152714c18f1cb6b21c471a1;p=pandora-kernel.git mac80211: provide interface iterator for drivers Sometimes drivers need to know which interfaces are associated with their hardware. Rather than forcing those drivers to keep track of the interfaces that were added, this adds an iteration function to mac80211. As it is intended to be used from the interface add/remove callbacks, the iteration function may currently only be called under RTNL. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed