linux/drivers/staging
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
..
altera-stapl Altera-stapl: Clean up makefile (-y instead of -objs) 2011-07-08 14:03:38 -07:00
asus_oled
bcm Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
brcm80211 mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
comedi Staging: comedi: fix printk issue in rtd520.c 2011-07-08 14:11:18 -07:00
cptm1217
crystalhd
cx25821
cxd2099
cxt1e1
dt3155v4l
easycap staging/easycap: remove oss support 2011-07-08 14:02:26 -07:00
echo
et131x staging: et131x: remove unused prototype et131x_vlan_rx_register 2011-07-21 13:47:57 -07:00
frontier
ft1000 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
gma500 gma500: udelay(20000) it too long again 2011-07-26 11:55:14 -07:00
go7007
hv Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
iio staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register. 2011-07-18 13:25:23 -07:00
intel_sst sst: avoid unnecessary firmware reloading for MRST 2011-07-08 14:02:25 -07:00
keucr Staging: Remove ENE UB6250 MS card codes from keucr 2011-07-08 14:12:52 -07:00
line6
lirc Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
mei staging: mei: reordering the exit module cleanup 2011-07-08 13:59:54 -07:00
nvec
octeon atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
olpc_dcon
panel
phison
pohmelfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 2011-07-22 19:02:39 -07:00
quatech_usb2
quickstart
rtl8187se Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
rtl8192e Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
rtl8192u Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
rtl8712 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
rts_pstor staging: rts_pstor: Fix a miswriting 2011-07-18 13:22:53 -07:00
sbe-2t3e3
sep Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
serqt_usb2
slicoss
sm7xx
solo6x10 atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
speakup
spectra spectra: enable device before poking it 2011-07-18 13:22:53 -07:00
ste_rmi4
tidspbridge atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
tm6000 Staging: tm6000: remove unneeded check in get_next_buf() 2011-07-08 14:06:38 -07:00
usbip staging: usbip: userspace: usbip-utils 1.1.1 2011-07-08 14:01:18 -07:00
vme
vt6655
vt6656
winbond mac80211: add ieee80211_vif param to tsf functions 2011-09-27 14:27:48 -04:00
wlags49_h2 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
wlags49_h25
wlan-ng
xgifb
zcache staging: zcache: support multiple clients, prep for KVM and RAMster 2011-07-08 14:18:53 -07:00
zram Staging: zram: Fix kunmapping order 2011-07-18 13:22:52 -07:00
Kconfig staging: remove ath6kl 2011-08-13 14:48:06 -04:00
Makefile staging: remove ath6kl 2011-08-13 14:48:06 -04:00
staging.c