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>
|
||
|---|---|---|
| .. | ||
| iwl-3945-debugfs.c | ||
| iwl-3945-debugfs.h | ||
| iwl-3945-fh.h | ||
| iwl-3945-hw.h | ||
| iwl-3945-led.c | ||
| iwl-3945-led.h | ||
| iwl-3945-rs.c | ||
| iwl-3945.c | ||
| iwl-3945.h | ||
| iwl-4965-calib.c | ||
| iwl-4965-calib.h | ||
| iwl-4965-debugfs.c | ||
| iwl-4965-debugfs.h | ||
| iwl-4965-eeprom.c | ||
| iwl-4965-hw.h | ||
| iwl-4965-led.c | ||
| iwl-4965-led.h | ||
| iwl-4965-lib.c | ||
| iwl-4965-rs.c | ||
| iwl-4965-rx.c | ||
| iwl-4965-sta.c | ||
| iwl-4965-tx.c | ||
| iwl-4965-ucode.c | ||
| iwl-4965.c | ||
| iwl-4965.h | ||
| iwl-commands.h | ||
| iwl-core.c | ||
| iwl-core.h | ||
| iwl-csr.h | ||
| iwl-debug.h | ||
| iwl-debugfs.c | ||
| iwl-dev.h | ||
| iwl-devtrace.c | ||
| iwl-devtrace.h | ||
| iwl-eeprom.c | ||
| iwl-eeprom.h | ||
| iwl-fh.h | ||
| iwl-hcmd.c | ||
| iwl-helpers.h | ||
| iwl-io.h | ||
| iwl-led.c | ||
| iwl-led.h | ||
| iwl-legacy-rs.h | ||
| iwl-power.c | ||
| iwl-power.h | ||
| iwl-prph.h | ||
| iwl-rx.c | ||
| iwl-scan.c | ||
| iwl-spectrum.h | ||
| iwl-sta.c | ||
| iwl-sta.h | ||
| iwl-tx.c | ||
| iwl3945-base.c | ||
| iwl4965-base.c | ||
| Kconfig | ||
| Makefile | ||