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)
commita515de660747eb01f3ef80e75bfc51ac63cfc546
tree847b118e1cee28be5f54a25ed0be9da3cee0c9ba
parent81e925747e1c2ef2fa0316c2cd74410c65242a9e
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