]> Pileus Git - ~andy/linux/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)
commit3c2723f503e8decc420b377a3215089a7980cf08
treebe12ca0fa6b1b296857a2ce307af6dce4e711293
parent40791942ec6befaad04073ed97adb8ab04ab43f3
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