Re: [ath9k-devel] [RFC 1/2] ath9k: use ieee80211_free_txskb

2012-03-05 Thread Christian Lamparter
On Monday, March 05, 2012 04:01:17 PM Mohammed Shafi Shajakhan wrote: ping pong ! On Thursday 01 March 2012 07:16 PM, Mohammed Shafi Shajakhan wrote: On Thursday 01 March 2012 05:12 PM, Mohammed Shafi Shajakhan wrote: On Thursday 01 March 2012 11:09 AM, Mohammed Shafi Shajakhan wrote: Hi

Re: [ath9k-devel] [RFC 1/2] ath9k: use ieee80211_free_txskb

2012-03-05 Thread Mohammed Shafi Shajakhan
would you like me to test this patch, ? Sure, I would like someone with a AR9300+ to test the patch. Currently, I'm stuck with a puny AR9287 [in a router]. So, I can't run tests all day :(. i can just ran a bidirectional traffic test parallel y enabling PAPRD,with this proposed patch.

Re: [ath9k-devel] [RFC 1/2] ath9k: use ieee80211_free_txskb

2012-03-01 Thread Mohammed Shafi Shajakhan
On Thursday 01 March 2012 11:09 AM, Mohammed Shafi Shajakhan wrote: Hi Christian, On Monday 27 February 2012 09:40 PM, Christian Lamparter wrote: With the new tx status API: mac80211: implement wifi TX status All skb originating from mac80211 needs to be given back to mac80211. Signed-off-by:

Re: [ath9k-devel] [RFC 1/2] ath9k: use ieee80211_free_txskb

2012-03-01 Thread Mohammed Shafi Shajakhan
On Thursday 01 March 2012 05:12 PM, Mohammed Shafi Shajakhan wrote: On Thursday 01 March 2012 11:09 AM, Mohammed Shafi Shajakhan wrote: Hi Christian, On Monday 27 February 2012 09:40 PM, Christian Lamparter wrote: With the new tx status API: mac80211: implement wifi TX status All skb

Re: [ath9k-devel] [RFC 1/2] ath9k: use ieee80211_free_txskb

2012-02-29 Thread Mohammed Shafi Shajakhan
Hi Christian, On Monday 27 February 2012 09:40 PM, Christian Lamparter wrote: With the new tx status API: mac80211: implement wifi TX status All skb originating from mac80211 needs to be given back to mac80211. Signed-off-by: Christian Lamparterchunk...@googlemail.com --- It's high time we

[ath9k-devel] [RFC 1/2] ath9k: use ieee80211_free_txskb

2012-02-27 Thread Christian Lamparter
With the new tx status API: mac80211: implement wifi TX status All skb originating from mac80211 needs to be given back to mac80211. Signed-off-by: Christian Lamparter chunk...@googlemail.com --- It's high time we change all calls in the tx-path from dev_kfree_skb into ieee80211_free_txskb. The