Searched hist:"62 b14b241ca6f790a17ccd9dd9f62ce1b006d406" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | sta_info.c | diff 62b14b241ca6f790a17ccd9dd9f62ce1b006d406 Thu Mar 31 10:22:45 CDT 2016 Johannes Berg <johannes.berg@intel.com> mac80211: properly deal with station hashtable insert errors
The original hand-implemented hash-table in mac80211 couldn't result in insertion errors, and while converting to rhashtable I evidently forgot to check the errors.
This surfaced now only because Ben is adding many identical keys and that resulted in hidden insertion errors.
Cc: stable@vger.kernel.org Fixes: 7bedd0cfad4e1 ("mac80211: use rhashtable for station table") Reported-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|