cfg80211: fix cfg80211_can_beacon_sec_chan prototype
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 May 2012 19:25:23 +0000 (21:25 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 16 May 2012 17:08:15 +0000 (13:08 -0400)
commit294a20e039a5125b0e88b96e0ee47065ff4e07a5
treea05c25965b6fa323a34840cdfd27e5d6fe2152fc
parent3383b5a69de59eeef2501834c6e0960b7e2bff28
cfg80211: fix cfg80211_can_beacon_sec_chan prototype

It should return bool, not int. The function even
does return true/false.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/wireless/chan.c