On Fri, 2009-11-13 at 15:42 +0100, Matteo Croce wrote: > > - if (frame_type == ATH9K_NOT_INTERNAL) > > + if (frame_type == ATH9K_NOT_INTERNAL) { > > ieee80211_tx_status(hw, skb); > > - else > > + kfree(tx_info_priv); > > + } else > > ath9k_tx_status(hw, skb); > > } > > What about adding that line in ieee80211_tx_status() instead of > ath_tx_complete()? > That will hopefully fix other drivers too. Umm, no, this is an atheros-ism that ought to be removed anyway, but it's not possible this particular problem affects other drivers. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part