aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c
diff options
context:
space:
mode:
authorKirtika Ruchandani <kirtika.ruchandani@gmail.com>2016-11-23 20:45:36 -0800
committerJohannes Berg <johannes.berg@intel.com>2016-12-13 16:05:00 +0100
commitb7f2405c6bd8ae0125a974308f649637cdc81f80 (patch)
tree7961fb7b3812f9692563a3ff4792055e4664ee0d /net/mac80211/scan.c
parentmac80211: Remove unused 'struct rate_control_ref' variable (diff)
downloadlinux-dev-b7f2405c6bd8ae0125a974308f649637cdc81f80.tar.xz
linux-dev-b7f2405c6bd8ae0125a974308f649637cdc81f80.zip
mac80211: Remove unused 'i' variable
Commit 5bcae31d9 (mac80211: implement multi-vif in-place reservations) introduced ieee80211_vif_use_reserved_switch() with a counter variable 'i' that is set but not used. Compiling with W=1 gives the following warning, fix it. net/mac80211/chan.c: In function ‘ieee80211_vif_use_reserved_switch’: net/mac80211/chan.c:1273:6: warning: variable ‘i’ set but not used [-Wunused-but-set-variable] This is a harmless warning, and is only being fixed to reduce the noise obtained with W=1 in the kernel. Fixes: 5bcae31d9 ("mac80211: implement multi-vif in-place reservations") Cc: Michal Kazior <michal.kazior@tieto.com> Cc: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kirtika Ruchandani <kirtika@chromium.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/scan.c')
0 files changed, 0 insertions, 0 deletions