linux/drivers/net/wireless/rtlwifi
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
..
rtl8192c rtlwifi: Convert printks to pr_<level> 2011-07-21 14:52:05 -04:00
rtl8192ce rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. 2011-09-20 14:43:50 -04:00
rtl8192cu rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. 2011-09-20 14:43:50 -04:00
rtl8192de rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. 2011-09-20 14:43:50 -04:00
rtl8192se rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. 2011-09-20 14:43:50 -04:00
base.c rtlwifi: Install updated rate-mapping routine 2011-08-24 14:57:18 -04:00
base.h rtlwifi: Install updated rate-mapping routine 2011-08-24 14:57:18 -04:00
cam.c rtlwifi: Convert printks to pr_<level> 2011-07-21 14:52:05 -04:00
cam.h
core.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
core.h
debug.c rtlwifi: add module parameter to set global debug level 2011-08-22 14:46:01 -04:00
debug.h wireless: rtlwifi: throw away MAC_FMT and use %pM instead 2011-07-20 15:04:38 -04:00
efuse.c
efuse.h
Kconfig rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driver 2011-06-27 15:09:38 -04:00
Makefile rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driver 2011-06-27 15:09:38 -04:00
pci.c rtlwifi: Eliminate raw reads and writes from PCIe portion 2011-08-09 15:52:07 -04:00
pci.h rtlwifi: Remove raw read/write routines from header 2011-08-09 15:52:08 -04:00
ps.c
ps.h
rc.c
rc.h
regd.c
regd.h
usb.c rtlwifi: Remove unused _usb_nbytes_read_write and _usb_writeN_sync 2011-09-30 15:57:02 -04:00
usb.h
wifi.h rtlwifi: Remove unused _usb_nbytes_read_write and _usb_writeN_sync 2011-09-30 15:57:02 -04:00