commit | a65240c1013222dbf41166c8b2c5ed2720c807c3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jan 14 15:14:34 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jan 18 21:55:38 2013 +0100 |
tree | 782ebe013571cbf1b83c306964372faffe348b42 | |
parent | 0a214d3f7e5041685ebff054628a4354bedd78c3 [diff] |
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 <johannes.berg@intel.com>