Searched refs:wlc_cm (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_channel.c | 69 static int wlc_channels_init(wlc_cm_info_t *wlc_cm, 71 static void wlc_set_country_common(wlc_cm_info_t *wlc_cm, 75 static int wlc_set_countrycode(wlc_cm_info_t *wlc_cm, const char *ccode); 76 static int wlc_set_countrycode_rev(wlc_cm_info_t *wlc_cm, 79 static int wlc_country_aggregate_map(wlc_cm_info_t *wlc_cm, const char *ccode, 83 static const country_info_t *wlc_countrycode_map(wlc_cm_info_t *wlc_cm, 87 static void wlc_channels_commit(wlc_cm_info_t *wlc_cm); 88 static void wlc_quiet_channels_reset(wlc_cm_info_t *wlc_cm); 89 static bool wlc_quiet_chanspec(wlc_cm_info_t *wlc_cm, chanspec_t chspec); 90 static bool wlc_valid_channel20_db(wlc_cm_info_t *wlc_cm, uint val); [all …]
|
D | wlc_channel.h | 106 extern void wlc_channel_mgr_detach(wlc_cm_info_t *wlc_cm); 108 extern u8 wlc_channel_locale_flags_in_band(wlc_cm_info_t *wlc_cm, 111 extern bool wlc_valid_chanspec_db(wlc_cm_info_t *wlc_cm, chanspec_t chspec); 113 extern void wlc_channel_reg_limits(wlc_cm_info_t *wlc_cm, 116 extern void wlc_channel_set_chanspec(wlc_cm_info_t *wlc_cm,
|