linux/drivers/net/wireless/p54
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
Makefile
eeprom.c p54: improve site survey 2011-08-24 14:57:13 -04:00
eeprom.h
fwio.c p54: improve site survey 2011-08-24 14:57:13 -04:00
led.c
lmac.h
main.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
net2280.h
p54.h p54: improve site survey 2011-08-24 14:57:13 -04:00
p54pci.c
p54pci.h net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
p54spi.c p54spi: add "spi:" prefix for stlc45xx modalias 2011-08-29 15:33:01 -04:00
p54spi.h
p54spi_eeprom.h
p54usb.c p54usb: add zoom 4410 usbid 2011-05-16 14:25:27 -04:00
p54usb.h
txrx.c mac80211: implement uAPSD 2011-09-30 15:57:15 -04:00