Anilkumar Kolli
f8252e7b5a
mac80211: implement ieee80211_tx_rate_update to update rate
...
Current mac80211 has provision to update tx status through
ieee80211_tx_status() and ieee80211_tx_status_ext(). But
drivers like ath10k updates the tx status from the skb except
txrate, txrate will be updated from a different path, peer stats.
Using ieee80211_tx_status_ext() in two different paths
(one for the stats, one for the tx rate) would duplicate
the stats instead.
To avoid this stats duplication, ieee80211_tx_rate_update()
is implemented.
Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
[minor commit message editing, use initializers in code]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-10-12 13:05:40 +02:00
..
2017-10-11 15:46:45 +02:00
2017-10-11 09:37:35 +02:00
2017-10-11 09:37:35 +02:00
2017-02-08 09:19:33 +01:00
2017-02-08 09:19:33 +01:00
2017-10-11 09:37:35 +02:00
2016-10-17 16:14:04 +02:00
2016-10-17 16:14:04 +02:00
2018-06-18 22:40:32 +02:00
2018-06-18 22:40:32 +02:00
2018-10-12 12:46:09 +02:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2016-02-24 09:04:38 +01:00
2017-11-02 11:10:55 +01:00
2017-06-16 11:48:35 -04:00
2017-11-02 11:10:55 +01:00
2018-09-05 10:09:50 +02:00
2017-11-02 11:10:55 +01:00
2018-09-05 10:10:11 +02:00
2017-11-02 11:10:55 +01:00
2016-09-30 13:45:44 +02:00
2018-10-12 12:46:09 +02:00
2018-06-29 09:53:09 +02:00
2017-02-10 14:31:51 -05:00
2016-10-27 16:03:25 +02:00
2018-06-18 22:40:32 +02:00
2018-06-18 22:39:39 +02:00
2018-09-05 10:03:14 +02:00
2018-10-11 16:01:08 +02:00
2018-09-26 11:16:54 +02:00
2018-10-11 16:01:01 +02:00
2018-09-05 10:15:48 +02:00
2017-02-08 09:19:33 +01:00
2018-07-05 23:21:10 +02:00
2015-05-05 14:21:56 +02:00
2018-10-11 16:01:01 +02:00
2018-10-11 16:01:01 +02:00
2018-09-10 09:14:28 +02:00
2017-12-11 09:58:38 -05:00
2018-05-18 10:02:28 +02:00
2017-06-16 11:48:39 -04:00
2016-12-13 16:22:27 +01:00
2018-09-05 10:03:14 +02:00
2018-09-10 09:14:28 +02:00
2018-02-22 21:13:03 +01:00
2014-04-09 14:49:43 +02:00
2018-10-11 16:01:08 +02:00
2017-11-20 16:55:11 +01:00
2018-06-15 13:34:40 +02:00
2017-11-02 11:10:55 +01:00
2017-05-17 16:03:40 +02:00
2018-10-11 16:01:01 +02:00
2018-10-11 16:01:05 +02:00
2018-10-11 16:01:05 +02:00
2018-10-11 16:01:04 +02:00
2018-10-11 16:01:02 +02:00
2018-10-11 16:01:05 +02:00
2018-10-11 16:01:05 +02:00
2018-10-11 16:00:59 +02:00
2018-06-30 21:08:12 +09:00
2018-09-05 10:03:14 +02:00
2018-09-05 10:03:13 +02:00
2018-06-18 22:40:32 +02:00
2018-10-12 13:05:40 +02:00
2018-09-10 09:13:32 +02:00
2016-02-24 09:04:38 +01:00
2016-02-24 09:04:38 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-12 12:46:09 +02:00
2018-10-03 21:00:17 -07:00
2018-10-12 12:46:09 +02:00
2018-09-05 10:03:14 +02:00
2017-01-12 10:15:18 +01:00
2012-03-13 14:54:16 -04:00
2017-12-11 12:16:04 +01:00
2014-10-22 10:42:09 +02:00
2018-02-22 21:13:03 +01:00
2015-01-27 11:10:13 +01:00