commit | 35498edc6481d588feadee7e76220884d5bbca48 | [log] [tgz] |
---|---|---|
author | Yaowei Bai <bywxiaobai@163.com> | Thu Oct 08 21:28:55 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 09 07:48:59 2015 -0700 |
tree | 1685c85b4cf7ea02a47725e3efe421be6dac8e31 | |
parent | 61d03535e4be3a46c1e171a25458237e343195e3 [diff] |
net/ieee80211: ieee80211_is_* can be boolean This patch makes ieee80211_is_* return bool to improve readability due to these particular functions only using either one or zero as their return value. No functional change. Signed-off-by: Yaowei Bai <bywxiaobai@163.com> Signed-off-by: David S. Miller <davem@davemloft.net>