diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-01-23 09:29:09 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-01-24 16:31:54 +0100 |
commit | 115865fa0826ed18ca04717cf72d0fe874c0fe7f (patch) | |
tree | 113d9fc5f3ea86b84b9ab6052cfe2f6bc2d5cc65 | |
parent | 4078b76cac68e50ccf1f76a74e7d3d5788aec3fe (diff) |
mac80211: don't try to sleep in rate_control_rate_init()
In my previous patch, I missed that rate_control_rate_init() is
called from some places that cannot sleep, so it cannot call
ieee80211_recalc_min_chandef(). Remove that call for now to fix
the context bug, we'll have to find a different way to fix the
minimum channel width issue.
Fixes: 96aa2e7cf126 ("mac80211: calculate min channel width correctly")
Reported-by: Xiaolong Ye (via lkp-robot) <xiaolong.ye@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>