aboutsummaryrefslogtreecommitdiff
path: root/net/wireless
diff options
context:
space:
mode:
authorGravatar Eliad Peller <eliad@wizery.com> 2014-03-13 14:30:47 +0200
committerGravatar Johannes Berg <johannes.berg@intel.com> 2014-03-19 21:29:55 +0100
commita0f995a561d90636120bce2e89157b537a174c92 (patch)
tree371197132d85c66eb9696517b024b2111190391a /net/wireless
parentmac80211: release sched_scan_sdata when stopping sched scan (diff)
downloadlinux-a0f995a561d90636120bce2e89157b537a174c92.tar.gz
linux-a0f995a561d90636120bce2e89157b537a174c92.tar.bz2
linux-a0f995a561d90636120bce2e89157b537a174c92.zip
mac80211: add status_driver_data array to ieee80211_tx_info
Drivers might want to have private data in addition to all other ieee80211_tx_info.status fields. The current ieee80211_tx_info.rate_driver_data overlaps with some of the non-rate data (e.g. ampdu_ack_len), so it might not be good enough. Since we already know how much free bytes remained, simply use this size to define (void *) array. While on it, change ack_signal type from int to the more explicit s32 type. Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions