commit | 9ad8b21b742503030d543cd272de6a4eb3e3cc27 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 16 15:05:57 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 17 15:37:55 2015 +0200 |
tree | 690c6fcf6d5de3f0985ad5ac30f691d8cfcfec4a | |
parent | 16bf948081d0ea0f6cdef54b79a0250d4b099970 [diff] |
mac80211: remove short frame test and counter Short frames less than 16 octets are already blocked in the monitor code by the should_drop_frame() function, and cannot get into the regular RX path. Therefore, this check can never trigger and the counter invariably stays zero. Remove the useless code. Signed-off-by: Johannes Berg <johannes.berg@intel.com>