commit | f684565e0af43586bfc3e005d173f94b0f902a5d | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Nov 19 20:08:08 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 28 15:01:50 2014 +0100 |
tree | a10257c1c797c058cb5f5ed4a0ac437ea1d3927a | |
parent | 95943425c09616d22ba9bc185d70f8b815a77f9b [diff] |
mac80211: add tx_status_noskb to rate_control_ops 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 <nbd@openwrt.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>