commit | 5762d7d3eda25c03cc2d9d45227be3f5ab6bec9e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jan 16 23:20:22 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 18 15:36:18 2018 -0500 |
tree | d918d7343c604f3c93e8c8bcad4ceed05562c7c2 | |
parent | cd443f1e91ca600a092e780e8250cd6a2954b763 [diff] |
cfg80211: fix station info handling bugs Fix two places where the structure isn't initialized to zero, and thus can't be filled properly by the driver. Fixes: 4a4b8169501b ("cfg80211: Accept multiple RSSI thresholds for CQM") Fixes: 9930380f0bd8 ("cfg80211: implement IWRATE") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>