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
..
2011-07-26 09:21:09 -07:00
2011-07-25 20:57:13 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-09-20 14:11:55 -04:00
2011-07-26 16:49:47 -07:00
2011-09-17 17:16:03 -03:00
2011-07-27 19:26:38 -07:00
2011-07-19 18:09:45 +02:00
2011-07-23 10:34:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 09:21:09 -07:00
2011-07-25 12:53:15 -07:00
2011-07-26 17:41:04 -07:00
2011-07-26 16:49:47 -07:00
2011-07-25 20:57:14 -07:00
2011-07-26 16:49:47 -07:00
2011-07-25 23:06:24 -07:00
2011-07-25 13:56:39 -07:00
2011-07-26 16:49:47 -07:00
2011-07-22 22:47:08 +02:00
2011-07-26 16:49:47 -07:00
2011-07-27 00:02:28 +01:00
2011-07-11 14:15:55 +02:00
2011-06-30 16:18:09 +04:00
2011-07-27 13:21:40 -07:00
2011-07-27 09:24:56 -07:00
2011-07-06 17:14:44 +02:00
2011-07-28 05:58:19 -07:00
2011-07-25 20:57:15 -07:00
2011-07-22 14:39:51 +09:30
2011-07-20 20:47:58 -04:00
2011-07-28 05:50:27 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 17:42:18 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 11:52:55 -07:00
2011-07-25 13:56:39 -07:00
2011-10-03 15:22:41 -04:00
2011-09-21 16:19:44 -04:00
2011-07-25 22:59:39 -07:00
2011-07-26 16:49:47 -07:00
2011-07-25 23:09:27 -07:00
2011-07-26 18:30:20 -07:00
2011-07-25 13:56:39 -07:00
2011-07-24 10:12:19 -04:00
2011-07-25 21:00:19 -07:00
2011-07-23 07:57:02 +01:00
2011-07-26 16:49:42 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-27 13:21:40 -07:00
2011-07-20 20:47:51 -04:00
2011-07-22 14:52:44 -07:00
2011-08-24 14:41:41 -04:00
2011-10-03 15:22:41 -04:00
2011-07-27 13:21:40 -07:00
2011-07-26 16:49:47 -07:00
2011-07-25 23:06:24 -07:00
2011-07-26 16:49:47 -07:00
2011-07-21 14:03:41 +02:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-22 09:24:39 -05:00
2011-07-23 16:20:30 +09:30
2011-07-26 16:49:47 -07:00
2011-08-08 14:29:32 -04:00
2011-07-25 20:57:08 -07:00
2011-07-25 22:59:39 -07:00
2011-07-25 22:59:39 -07:00