linux/drivers/net/wireless/b43legacy
Eliad Peller 8a3a3c85e4 mac80211: pass vif param to conf_tx() callback
tx params should be configured per interface.
add ieee80211_vif param to the conf_tx callback,
and change all the drivers that use this callback.

The following spatch was used:
@rule1@
struct ieee80211_ops ops;
identifier conf_tx_op;
@@
	ops.conf_tx = conf_tx_op;

@rule2@
identifier rule1.conf_tx_op;
identifier hw, queue, params;
@@
	conf_tx_op (
-		struct ieee80211_hw *hw,
+		struct ieee80211_hw *hw, struct ieee80211_vif *vif,
		u16 queue,
		const struct ieee80211_tx_queue_params *params) {...}

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-10-03 15:22:41 -04:00
..
b43legacy.h b43/legacy: Remove firmware IDs 2011-08-24 14:57:17 -04:00
debugfs.c Update my e-mail address 2011-07-07 15:18:01 +02:00
debugfs.h
dma.c b43legacy: remove 64-bit DMA support 2011-08-08 16:04:08 -04:00
dma.h b43legacy: remove 64-bit DMA support 2011-08-08 16:04:08 -04:00
ilt.c Update my e-mail address 2011-07-07 15:18:01 +02:00
ilt.h
Kconfig
leds.c Update my e-mail address 2011-07-07 15:18:01 +02:00
leds.h
main.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
main.h Update my e-mail address 2011-07-07 15:18:01 +02:00
Makefile
phy.c Update my e-mail address 2011-07-07 15:18:01 +02:00
phy.h Update my e-mail address 2011-07-07 15:18:01 +02:00
pio.c Update my e-mail address 2011-07-07 15:18:01 +02:00
pio.h
radio.c Update my e-mail address 2011-07-07 15:18:01 +02:00
radio.h Update my e-mail address 2011-07-07 15:18:01 +02:00
rfkill.c Update my e-mail address 2011-07-07 15:18:01 +02:00
rfkill.h
sysfs.c Update my e-mail address 2011-07-07 15:18:01 +02:00
sysfs.h
xmit.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-07-25 13:56:39 -07:00
xmit.h