diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-11-04 12:36:40 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-06 16:48:58 -0500 |
commit | f445061630c7a4a85193fdef006234f94f71c366 (patch) | |
tree | 518141ce242b2722e532318034525da282dc945b /drivers/net/wireless/rt2x00/rt2800lib.h | |
parent | 89297425c2104b187c25d6260a41345c491c8f18 (diff) |
rt2800: add rt2800lib (part two)
Code unification.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800lib.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800lib.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.h b/drivers/net/wireless/rt2x00/rt2800lib.h index 40a7f72e87f5..b07caba37817 100644 --- a/drivers/net/wireless/rt2x00/rt2800lib.h +++ b/drivers/net/wireless/rt2x00/rt2800lib.h | |||
@@ -110,4 +110,29 @@ void rt2800_mcu_request(struct rt2x00_dev *rt2x00dev, | |||
110 | const u8 command, const u8 token, | 110 | const u8 command, const u8 token, |
111 | const u8 arg0, const u8 arg1); | 111 | const u8 arg0, const u8 arg1); |
112 | 112 | ||
113 | extern const struct rt2x00debug rt2800_rt2x00debug; | ||
114 | |||
115 | int rt2800_rfkill_poll(struct rt2x00_dev *rt2x00dev); | ||
116 | void rt2800_init_led(struct rt2x00_dev *rt2x00dev, | ||
117 | struct rt2x00_led *led, enum led_type type); | ||
118 | int rt2800_config_shared_key(struct rt2x00_dev *rt2x00dev, | ||
119 | struct rt2x00lib_crypto *crypto, | ||
120 | struct ieee80211_key_conf *key); | ||
121 | int rt2800_config_pairwise_key(struct rt2x00_dev *rt2x00dev, | ||
122 | struct rt2x00lib_crypto *crypto, | ||
123 | struct ieee80211_key_conf *key); | ||
124 | void rt2800_config_filter(struct rt2x00_dev *rt2x00dev, | ||
125 | const unsigned int filter_flags); | ||
126 | void rt2800_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, | ||
127 | struct rt2x00intf_conf *conf, const unsigned int flags); | ||
128 | void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp); | ||
129 | void rt2800_config_ant(struct rt2x00_dev *rt2x00dev, struct antenna_setup *ant); | ||
130 | void rt2800_config(struct rt2x00_dev *rt2x00dev, | ||
131 | struct rt2x00lib_conf *libconf, | ||
132 | const unsigned int flags); | ||
133 | void rt2800_link_stats(struct rt2x00_dev *rt2x00dev, struct link_qual *qual); | ||
134 | void rt2800_reset_tuner(struct rt2x00_dev *rt2x00dev, struct link_qual *qual); | ||
135 | void rt2800_link_tuner(struct rt2x00_dev *rt2x00dev, struct link_qual *qual, | ||
136 | const u32 count); | ||
137 | |||
113 | #endif /* RT2800LIB_H */ | 138 | #endif /* RT2800LIB_H */ |