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)
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

Simple merge