net80211's newassoc should be called from process context
[ralink_drivers/rt2870_fbsd8.git] / rt2870_rf.h
blobc0c118f9a3c3de8a69600875fc8f4e6b3221bc2e
2 /*-
3 * Copyright (c) 2009-2010 Alexander Egorenkov <egorenar@gmail.com>
4 * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 #ifndef _RT2870_RF_H_
20 #define _RT2870_RF_H_
22 #include "rt2870_softc.h"
24 const char *rt2870_rf_name(int rf_rev);
26 void rt2870_rf_select_chan_group(struct rt2870_softc *sc,
27 struct ieee80211_channel *c);
29 void rt2870_rf_set_chan(struct rt2870_softc *sc,
30 struct ieee80211_channel *c);
32 #endif /* #ifndef _RT2870_RF_H_ */