diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2013-12-03 07:21:36 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2013-12-03 07:21:55 -0500 |
| commit | 18cfd3bfc904e2360af3a1c059c84b3f1944afb4 (patch) | |
| tree | 1a46029642ddab79a64f659e7e03dad2d8ac86db /include | |
| parent | ddcc347b70f298f9d624cd0e250581d831d915fb (diff) | |
Revert "mac80211: add driver callback for per-interface multicast filter"
This reverts commit 488b366a452934141959384c7a1b52b22d6154ef.
The code isn't used by anyone, and the Intel driver isn't planning
to use it either right now.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/mac80211.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 3cd408b326de..73d99bc3e636 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
| @@ -2398,9 +2398,6 @@ enum ieee80211_roc_type { | |||
| 2398 | * See the section "Frame filtering" for more information. | 2398 | * See the section "Frame filtering" for more information. |
| 2399 | * This callback must be implemented and can sleep. | 2399 | * This callback must be implemented and can sleep. |
| 2400 | * | 2400 | * |
| 2401 | * @set_multicast_list: Configure the device's interface specific RX multicast | ||
| 2402 | * filter. This callback is optional. This callback must be atomic. | ||
| 2403 | * | ||
| 2404 | * @set_tim: Set TIM bit. mac80211 calls this function when a TIM bit | 2401 | * @set_tim: Set TIM bit. mac80211 calls this function when a TIM bit |
| 2405 | * must be set or cleared for a given STA. Must be atomic. | 2402 | * must be set or cleared for a given STA. Must be atomic. |
| 2406 | * | 2403 | * |
| @@ -2764,10 +2761,6 @@ struct ieee80211_ops { | |||
| 2764 | unsigned int changed_flags, | 2761 | unsigned int changed_flags, |
| 2765 | unsigned int *total_flags, | 2762 | unsigned int *total_flags, |
| 2766 | u64 multicast); | 2763 | u64 multicast); |
| 2767 | void (*set_multicast_list)(struct ieee80211_hw *hw, | ||
| 2768 | struct ieee80211_vif *vif, bool allmulti, | ||
| 2769 | struct netdev_hw_addr_list *mc_list); | ||
| 2770 | |||
| 2771 | int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta, | 2764 | int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta, |
| 2772 | bool set); | 2765 | bool set); |
| 2773 | int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd, | 2766 | int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd, |
