commit | 2cc6f5a715cf9f7d5ca8fd2bde62130fcfd90b94 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Oct 19 15:02:32 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 12 10:15:19 2017 +0100 |
tree | 12f8d9839ad53da0a2f56dabad5b1fc1c45ac7d1 | |
parent | cef0acd4d7d4811d2d19cd0195031bf0dfe41249 [diff] |
mac80211: set wifi_acked[_valid] bits for transmitted SKBs There may be situations in which the in-kernel originator of an SKB cares about its wifi transmission status. To have that, set the wifi_acked[_valid] bits before freeing/orphaning the SKB if the destructor is set. The originator can then use it in there. Signed-off-by: Johannes Berg <johannes.berg@intel.com>