|
@@ -2398,9 +2398,6 @@ enum ieee80211_roc_type {
|
|
* See the section "Frame filtering" for more information.
|
|
* See the section "Frame filtering" for more information.
|
|
* This callback must be implemented and can sleep.
|
|
* This callback must be implemented and can sleep.
|
|
*
|
|
*
|
|
- * @set_multicast_list: Configure the device's interface specific RX multicast
|
|
|
|
- * filter. This callback is optional. This callback must be atomic.
|
|
|
|
- *
|
|
|
|
* @set_tim: Set TIM bit. mac80211 calls this function when a TIM bit
|
|
* @set_tim: Set TIM bit. mac80211 calls this function when a TIM bit
|
|
* must be set or cleared for a given STA. Must be atomic.
|
|
* must be set or cleared for a given STA. Must be atomic.
|
|
*
|
|
*
|
|
@@ -2764,10 +2761,6 @@ struct ieee80211_ops {
|
|
unsigned int changed_flags,
|
|
unsigned int changed_flags,
|
|
unsigned int *total_flags,
|
|
unsigned int *total_flags,
|
|
u64 multicast);
|
|
u64 multicast);
|
|
- void (*set_multicast_list)(struct ieee80211_hw *hw,
|
|
|
|
- struct ieee80211_vif *vif, bool allmulti,
|
|
|
|
- struct netdev_hw_addr_list *mc_list);
|
|
|
|
-
|
|
|
|
int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
|
|
int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
|
|
bool set);
|
|
bool set);
|
|
int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|
|
int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|