]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: reg: fix reg_ignore_cell_hint return type
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Oct 2015 12:28:56 +0000 (14:28 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 16 Oct 2015 07:15:45 +0000 (09:15 +0200)
commit60cd4f28b68fe20c3d930a9cde51ae8e14707b76
tree847b118e1cee28be5f54a25ed0be9da3cee0c9ba
parent4cc5bd17e92054a76f96fd31b1bb05b8e6c74193
cfg80211: reg: fix reg_ignore_cell_hint return type

The return type should be enum reg_request_treatment for both
branches of the #ifdef.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c