Staging: brcm80211: s/int32/s32/
[linux-2.6/kvm.git] / drivers / staging / brcm80211 / sys / wlc_antsel.h
blob1d048bbea9462a43e9a329e21f618f38c302650d
1 /*
2 * Copyright (c) 2010 Broadcom Corporation
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 #ifndef _wlc_antsel_h_
18 #define _wlc_antsel_h_
19 extern antsel_info_t *wlc_antsel_attach(wlc_info_t *wlc, osl_t *osh,
20 wlc_pub_t *pub,
21 wlc_hw_info_t *wlc_hw);
22 extern void wlc_antsel_detach(antsel_info_t *asi);
23 extern void wlc_antsel_init(antsel_info_t *asi);
24 extern void wlc_antsel_antcfg_get(antsel_info_t *asi, bool usedef, bool sel,
25 u8 id, u8 fbid, u8 *antcfg,
26 u8 *fbantcfg);
27 extern u8 wlc_antsel_antsel2id(antsel_info_t *asi, u16 antsel);
28 #endif /* _wlc_antsel_h_ */