]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: propagate set_wiphy failure to userspace
authorMichal Kazior <michal.kazior@tieto.com>
Mon, 3 Aug 2015 08:55:24 +0000 (10:55 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Aug 2015 15:49:47 +0000 (17:49 +0200)
commitfb3ba26dafd73a609bcdeb7278055a9056281669
tree20735c23e24a5eaf7ab676b249152d233ae6a784
parentad91d211eba74af972df90a7c2d4ae2dc25fd858
cfg80211: propagate set_wiphy failure to userspace

If driver failed to setup wiphy params (e.g. rts
threshold, fragmentation treshold) userspace
wasn't properly notified about this. This could
lead to user confusion who would think the command
succeeded even if that wasn't the case.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c