aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKirtika Ruchandani <[email protected]>2016-11-23 20:46:27 -0800
committerJohannes Berg <[email protected]>2016-12-13 16:05:10 +0100
commitab7257251cc63eef5fa6702c3c616c6e2524d777 (patch)
tree470067dbfe72dbc1539cc043f3361f7934dd6751 /tools/perf/scripts/python/bin
parent148f284b23061b6de4024423a6606437cc427f1c (diff)
mac80211: Remove unused 'beaconint_us' variable
Commit 4a733ef1bea7 (mac80211: remove PM-QoS listener) removed all use of 'beaconint_us' from ieee80211_recalc_ps() but left the variable intact. Compiling with W=1 gives the following warning, fix it. net/mac80211/mlme.c: In function ‘ieee80211_recalc_ps’: net/mac80211/mlme.c:1481:7: warning: variable ‘beaconint_us’ set but not used [-Wunused-but-set-variable] iee80211_tu_to_usec has no side-effects and is safe to remove. Fixes: 4a733ef1bea7 ("mac80211: remove PM-QoS listener") Cc: Johannes Berg <[email protected]> Signed-off-by: Kirtika Ruchandani <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions