diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2025-01-01 08:05:22 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-01-13 17:26:43 +0300 |
commit | c3219371d61694354e4079d244c136e352fab805 (patch) | |
tree | b634006daeddddb9e37c8b6e3be3839c28cc3a02 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | da7f40c05c16ea35afef41f64a22689b2d974b14 (diff) | |
download | linux-c3219371d61694354e4079d244c136e352fab805.tar.xz |
wifi: mac80211: remove an unneeded check in Rx
Coverity pointed out that __ieee80211_rx_h_amsdu() checks if rx->sta is
NULL before dereferencing it but not always.
Since rx->sta can't be NULL at this point, just remove the check to
avoid confusion
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250101070249.033096029d0a.I0923387246a6152f589d278f27f27bce52daee79@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions