On Tue, 2010-09-21 at 11:57 -0700, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > The old ieee80211_find_sta_by_hw method didn't properly > find VIFS when there was more than on per AP. This caused > AMPDU logic in ath9k to get the wrong VIF when trying to > account for transmitted SKBs. > > This patch changes ieee80211_find_sta_by_hw to take a > net_device pointer to distinguish among multiple VIFs. Err, no, this certainly isn't the right thing to do, is skb->dev even guaranteed to be right? I'm not convinced of that, and besides, if you can have the dev you can have the vif too. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html