commit | 25b20dbdc47f305ca31fc5eff65b8a069776f679 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Oct 15 12:05:05 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 15 16:17:08 2015 +0200 |
tree | dfe1c9e8512b5a7830e70eadea9802db62f678f9 | |
parent | 7cf374182391d67f08c0ef0519a57fb594e0f543 [diff] |
cfg80211: reg: fix reg_call_crda() return value bug The function reg_call_crda() can't actually validly return REG_REQ_IGNORE as it does now when calling CRDA fails since that return value isn't handled properly. Fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>