ieee80211: Fix an CLang warning about dead code in my recent MR.

This commit is contained in:
Richard Sharpe 2022-11-22 09:21:02 -08:00 committed by Alexis La Goutte
parent 5af4587255
commit b8a50617d7
1 changed files with 0 additions and 5 deletions

View File

@ -14452,12 +14452,7 @@ add_ff_vht_compressed_beamforming_report(proto_tree *tree, tvbuff_t *tvb, packet
}
bit_offset = offset * 8;
pos = 0;
for (i = 0; i < ns; i++) {
if (pos % 8)
carry = 1;
else
carry = 0;
scidx = vht_compressed_skip_scidx(chan_width, grouping, scidx);