On Sat, 2009-03-14 at 19:14 +0200, Kalle Valo wrote: > +void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata, > + struct ieee80211_hdr *hdr) > +{ > + /* timer triggers only when there is no unicast traffic */ > + if (!is_multicast_ether_addr(hdr->addr1)) > + mod_timer(&sdata->u.mgd.timer, > + jiffies + IEEE80211_MONITORING_INTERVAL); > +} Do we really need the multicast check? The frame will be coming from the AP in managed mode in both cases, so why regard the data path as idle when we're receiving multicast traffic? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part