summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBeni Lev <beni.lev@intel.com>2017-07-25 08:25:25 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-05 07:43:58 (GMT)
commite7e0f0dda28b7b3b183e5c2cdb0db0f0230d285d (patch)
tree47afaf00acf36257b2dceba08e9c7677f69791e5 /net
parent59862b0429d98f958c44a9e51cb317773ee28ba9 (diff)
downloadlinux-e7e0f0dda28b7b3b183e5c2cdb0db0f0230d285d.tar.xz
mac80211_hwsim: Use proper TX power
commit 9de981f507474f326e42117858dc9a9321331ae5 upstream. In struct ieee80211_tx_info, control.vif pointer and rate_driver_data[0] falls on the same place, depending on the union usage. During the whole TX process, the union is referred to as a control struct, which holds the vif that is later used in the tx flow, especially in order to derive the used tx power. Referring direcly to rate_driver_data[0] and assigning a value to it, overwrites the vif pointer, hence making all later references irrelevant. Moreover, rate_driver_data[0] isn't used later in the flow in order to retrieve the channel that it is pointing to. Signed-off-by: Beni Lev <beni.lev@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions