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

2012-07-24 Thread Thomas Huehn
Hi Johannes, Johannes Berg schrieb: > On Mon, 2012-07-23 at 21:33 +0200, Thomas Huehn wrote: > >> --- a/net/mac80211/ieee80211_i.h >> +++ b/net/mac80211/ieee80211_i.h >> @@ -196,6 +196,8 @@ struct ieee80211_tx_data { >> struct ieee80211_channel *channel; >> >> unsigned int flags; >>

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

2012-07-24 Thread Johannes Berg
On Mon, 2012-07-23 at 21:33 +0200, Thomas Huehn wrote: > --- a/net/mac80211/ieee80211_i.h > +++ b/net/mac80211/ieee80211_i.h > @@ -196,6 +196,8 @@ struct ieee80211_tx_data { > struct ieee80211_channel *channel; > > unsigned int flags; > + > + struct ieee80211_tx_control control;