On Tue, 18 Jul 2006 21:38:05 +0100 (BST), Daniel Drake <[EMAIL PROTECTED]> wrote:
> --- linux.orig/net/ieee80211/ieee80211_rx.c > +++ linux/net/ieee80211/ieee80211_rx.c > @@ -779,33 +779,44 @@ int ieee80211_rx(struct ieee80211_device > return 0; > } > > -/* Filter out unrelated packets, call ieee80211_rx[_mgt] */ > -int ieee80211_rx_any(struct ieee80211_device *ieee, > +/* Filter out unrelated packets, call ieee80211_rx[_mgt] > + * This function takes over the skb, it should not be used again after > calling > + * this function. */ > +void ieee80211_rx_any(struct ieee80211_device *ieee, > struct sk_buff *skb, struct ieee80211_rx_stats *stats) Looks fine to me. I forgot, but I think I didn't complete switching to ieee80211_rx_any for prism54usb. Now it may be a good time. -- Pete - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html