On Sat, 2009-03-21 at 14:09 +0200, Kalle Valo wrote: > +/** > + * ieee80211_beacon_loss - inform hardware does not receive beacons > + * > + * @hw: pointer as obtained from ieee80211_alloc_hw() > + * @vif: &struct ieee80211_vif pointer from &struct ieee80211_if_init_conf. > + * > + * When beacon filtering is enabled with IEEE80211_HW_BEACON_FILTERING and > + * IEEE80211_CONF_PS is set, the driver needs to inform whenever the > + * hardware is not receiving beacons with this function. > + */ > +void ieee80211_beacon_loss(struct ieee80211_hw *hw, > + struct ieee80211_vif *vif); Strictly speaking there's no need to pass both since the mac80211 sdata can be obtained from vif and that has a pointer to local, but it doesn't really matter. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part