linux/drivers/net/wireless/wl12xx
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
..
acx.c Merge branch 'master' of git://git.infradead.org/users/linville/wireless 2011-09-20 14:11:55 -04:00
acx.h wl12xx: add config_hangover command 2011-09-14 11:47:26 +03:00
boot.c wl12xx: allow 11a AP-mode for wl127x devices 2011-08-25 10:19:28 +03:00
boot.h
cmd.c wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
cmd.h wl12xx: declare support for WIPHY_FLAG_AP_UAPSD 2011-09-14 12:09:38 +03:00
conf.h wl12xx: Include OFDM rates in IBSS mode 2011-09-23 14:21:36 +03:00
debugfs.c wl12xx: use kstrtoul_from_user 2011-09-14 11:47:43 +03:00
debugfs.h
event.c wl12xx: report the stop_ba event to all STAs in AP-mode 2011-09-23 15:59:55 +03:00
event.h
ini.h
init.c wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
init.h
io.c
io.h
Kconfig wl12xx: remove deprecated CONFIG_WL12XX_HT flag 2011-09-14 11:47:34 +03:00
main.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
Makefile wl12xx: fix sdio_test module functionality 2011-09-23 14:11:31 +03:00
ps.c wl12xx: don't indicate up PS-filtered dummy packets 2011-09-14 12:43:51 +03:00
ps.h
reg.h
rx.c wl12xx: remove deprecated CONFIG_WL12XX_HT flag 2011-09-14 11:47:34 +03:00
rx.h
scan.c wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
scan.h
sdio.c Merge branch 'master' of git://git.infradead.org/users/linville/wireless 2011-09-20 14:11:55 -04:00
sdio_test.c wl12xx: fix sdio_test module functionality 2011-09-23 14:11:31 +03:00
spi.c
testmode.c wl12xx: Remove obsolete testmode NVS push command 2011-08-23 15:54:19 -04:00
testmode.h
tx.c wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
tx.h wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
wl12xx.h wl12xx: correct fw_status structure for 8 sta support in AP-mode 2011-09-23 15:59:54 +03:00
wl12xx_80211.h
wl12xx_platform_data.c