From: Johannes Berg Date: Mon, 14 Jan 2013 14:14:34 +0000 (+0100) Subject: mac80211: allow drivers to access IPv6 information X-Git-Tag: v3.9-rc1~139^2~31^2^2~80^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65240c1013222dbf41166c8b2c5ed2720c807c3;p=pandora-kernel.git mac80211: allow drivers to access IPv6 information To be able to implement NS response offloading (in regular operation or while in WoWLAN) drivers need to know the IPv6 addresses assigned to interfaces. Implement an IPv6 notifier in mac80211 to call the driver when addresses change. Unlike for IPv4, implement it as a callback rather than as a list in the BSS configuration, that is more flexible. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed