diff options
Diffstat (limited to 'net/mac80211/driver-ops.h')
-rw-r--r-- | net/mac80211/driver-ops.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h index 965d64f68567..c33317320eee 100644 --- a/net/mac80211/driver-ops.h +++ b/net/mac80211/driver-ops.h | |||
@@ -89,23 +89,6 @@ static inline void drv_bss_info_changed(struct ieee80211_local *local, | |||
89 | trace_drv_return_void(local); | 89 | trace_drv_return_void(local); |
90 | } | 90 | } |
91 | 91 | ||
92 | struct in_ifaddr; | ||
93 | static inline int drv_configure_arp_filter(struct ieee80211_local *local, | ||
94 | struct ieee80211_vif *vif, | ||
95 | struct in_ifaddr *ifa_list) | ||
96 | { | ||
97 | int ret = 0; | ||
98 | |||
99 | might_sleep(); | ||
100 | |||
101 | trace_drv_configure_arp_filter(local, vif_to_sdata(vif)); | ||
102 | if (local->ops->configure_arp_filter) | ||
103 | ret = local->ops->configure_arp_filter(&local->hw, vif, | ||
104 | ifa_list); | ||
105 | trace_drv_return_int(local, ret); | ||
106 | return ret; | ||
107 | } | ||
108 | |||
109 | static inline u64 drv_prepare_multicast(struct ieee80211_local *local, | 92 | static inline u64 drv_prepare_multicast(struct ieee80211_local *local, |
110 | struct netdev_hw_addr_list *mc_list) | 93 | struct netdev_hw_addr_list *mc_list) |
111 | { | 94 | { |