Re: [PATCH 3/6] mac80211: add tx_status_noskb to rate_control_ops

2014-11-19 Thread Johannes Berg
+++ b/net/mac80211/rate.h @@ -37,11 +37,15 @@ static inline void rate_control_tx_status(struct ieee80211_local *local, struct rate_control_ref *ref = local-rate_ctrl; struct ieee80211_sta *ista = sta-sta; void *priv_sta = sta-rate_ctrl_priv; + struct ieee80211_tx_info

[PATCH 3/6] mac80211: add tx_status_noskb to rate_control_ops

2014-11-15 Thread Felix Fietkau
This op works like .tx_status, except it does not need access to the skb. This will be used by drivers that cannot match tx status information to specific packets. Signed-off-by: Felix Fietkau n...@openwrt.org --- include/net/mac80211.h | 4 net/mac80211/rate.h| 6 +- 2 files