dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/rt2x00
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
..
Kconfig rt2x00: Enabled rt35xx device support by default. 2011-06-01 15:10:59 -04:00
Makefile
rt2x00.h mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt2x00config.c rt2x00: fix rmmod crash 2011-06-06 15:24:18 -04:00
rt2x00crypto.c rt2x00: Don't use queue entry as parameter when creating TX descriptor. 2011-07-07 13:20:58 -04:00
rt2x00debug.c
rt2x00debug.h
rt2x00dev.c rt2x00: Introduce sta_add/remove callbacks 2011-09-14 13:56:54 -04:00
rt2x00dump.h
rt2x00firmware.c
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTO 2011-08-02 13:48:14 -04:00
rt2x00link.c
rt2x00mac.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt2x00pci.c
rt2x00pci.h
rt2x00queue.c rt2x00: Add WCID to HT TX descriptor 2011-09-14 13:56:56 -04:00
rt2x00queue.h rt2x00: Add WCID to HT TX descriptor 2011-09-14 13:56:56 -04:00
rt2x00reg.h
rt2x00soc.c
rt2x00soc.h
rt2x00usb.c rt2x00: do not drop usb dev reference counter on suspend 2011-08-22 14:21:40 -04:00
rt2x00usb.h
rt61pci.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt61pci.h
rt73usb.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt73usb.h
rt2400pci.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt2400pci.h
rt2500pci.c mac80211: add ieee80211_vif param to tsf functions 2011-09-27 14:27:48 -04:00
rt2500pci.h
rt2500usb.c rt2x00: Implement tx_frames_pending mac80211 callback function. 2011-07-07 13:21:00 -04:00
rt2500usb.h
rt2800.h rt2x00: Add LED_CFG register description 2011-09-14 13:56:45 -04:00
rt2800lib.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt2800lib.h mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
rt2800pci.c rt2x00: Make use of sta_add/remove callbacks in rt2800 2011-09-14 13:56:56 -04:00
rt2800pci.h
rt2800usb.c Merge branch 'master' of git://git.infradead.org/users/linville/wireless 2011-09-20 14:11:55 -04:00
rt2800usb.h