linux/drivers/staging/brcm80211
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
..
brcmfmac 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
brcmsmac mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
brcmutil staging: brcm80211: cleanup whitespace errors 2011-07-05 09:57:13 -07:00
include staging: brcm80211: replaced Broadcom specific acronym WLC 2011-07-05 19:47:50 -07:00
Kconfig Staging: brcm80211: disable drivers except for X86 or MIPS platforms 2011-06-27 14:34:42 -07:00
Makefile staging: brcm80211: remove unnecessary macro defintions 2011-07-05 09:57:21 -07:00
README staging: brcm80211: updated MAINTAINERS, README and TODO files 2011-06-07 12:36:46 -07:00
TODO staging: brcm80211: updated TODO file 2011-07-05 09:58:57 -07:00

README

refer to: http://linuxwireless.org/en/users/Drivers/brcm80211