]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: clean up prepare_for_handlers() return value
authorJohannes Berg <johannes.berg@intel.com>
Tue, 7 Jan 2014 15:23:24 +0000 (16:23 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Jan 2014 15:23:24 +0000 (16:23 +0100)
commit45337124188a3bbfeaad86aac74bab9a817d4014
treebe12ca0fa6b1b296857a2ce307af6dce4e711293
parentbe73ed802842b351a2448c6afcaf689831033264
mac80211: clean up prepare_for_handlers() return value

Using an int with 0/1 is not very common, make the function
return a bool instead with the same values (false/true).

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