Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-26 Thread Thomas Huehn
Hi Johannes, Johannes Berg schrieb: > On Thu, 2012-07-26 at 11:27 +0200, Thomas Huehn wrote: > >> (2) >> url = git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git >> >> last commit e4cbd6542efdab97ed6d38e706b7cac51c68ced7 > > I'm on this commit + your patch. > > CC [M] drivers

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-26 Thread Johannes Berg
On Thu, 2012-07-26 at 11:27 +0200, Thomas Huehn wrote: > (2) > url = git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git > > last commit e4cbd6542efdab97ed6d38e706b7cac51c68ced7 I'm on this commit + your patch. CC [M] drivers/net/wireless/ti/wlcore/main.o /home/johannes/sys

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-26 Thread Thomas Huehn
Hi Johannes, On my Linux box I applied and compiled the current v5 version of the patch successfully. On top of the following freshly checked out git repos I put the remove-sta patch: (1) url = git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git last commit 80f3bc801e351e

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-25 Thread Johannes Berg
On Wed, 2012-07-25 at 22:25 +0300, Luciano Coelho wrote: > > My last PATCH included some changes at a TI driver which was adapted in > > wireless-testing in John's tree. As I touch that many drivers I would > > like to use your tree instead, to provide a proper PATCH that builds at > > your tree s

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-25 Thread Luciano Coelho
On Wed, 2012-07-25 at 15:00 +0200, Thomas Huehn wrote: > Hi Johannes, Hi guys, > Johannes Berg schrieb: > >> Finally applied, but I dropped these spurious changes: > > Never mind, it still doesn't compile, dropped it. > > > > I had to rebase my tree due to that, sorry! > > > > My last PATCH inc

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-25 Thread Thomas Huehn
Hi Johannes, Johannes Berg schrieb: >> Finally applied, but I dropped these spurious changes: > Never mind, it still doesn't compile, dropped it. > > I had to rebase my tree due to that, sorry! > My last PATCH included some changes at a TI driver which was adapted in wireless-testing in John's

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-25 Thread Johannes Berg
On Wed, 2012-07-25 at 11:36 +0200, Johannes Berg wrote: > On Tue, 2012-07-24 at 22:18 +0200, Thomas Huehn wrote: > > The pointer control.sta is removed from ieee80211_tx_info to free up > > sufficient memory in SKB_CB on the tx-path to enable new annotations > > per data packet e.g.support of upcom

Re: [ath5k-devel] [PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path

2012-07-25 Thread Johannes Berg
On Tue, 2012-07-24 at 22:18 +0200, Thomas Huehn wrote: > The pointer control.sta is removed from ieee80211_tx_info to free up > sufficient memory in SKB_CB on the tx-path to enable new annotations > per data packet e.g.support of upcoming Transmit Power Control (TPC). > Now the control.sta pointer