commit | 6628d00116b37bd5ef44cc69f5a8df6b0d4e14b7 | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Mon Aug 03 10:45:40 2020 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Aug 03 10:55:17 2020 +0200 |
tree | 75d5006595730abe04d57c45310466fdad9a89a0 | |
parent | 4e56cde15f7d68cf86ff8efff8504497de152475 [diff] |
mac8211: fix struct initialisation Sparse showed up with the following error. net/mac80211/agg-rx.c:480:43: warning: Using plain integer as NULL pointer Fixes: 2ab45876756f (mac80211: add support for the ADDBA extension element) Signed-off-by: John Crispin <john@phrozen.org> Link: https://lore.kernel.org/r/20200803084540.179908-1-john@phrozen.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>