]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/net/wireless/b43/tables_nphy.h
b43: Add NPHY radio init code
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / b43 / tables_nphy.h
1 #ifndef B43_TABLES_NPHY_H_
2 #define B43_TABLES_NPHY_H_
3
4 #include <linux/types.h>
5
6
7 struct b43_wldev;
8
9 /* Upload the default register value table.
10  * If "ghz5" is true, we upload the 5Ghz table. Otherwise the 2.4Ghz
11  * table is uploaded. If "ignore_uploadflag" is true, we upload any value
12  * and ignore the "UPLOAD" flag. */
13 void b2055_upload_inittab(struct b43_wldev *dev,
14                           bool ghz5, bool ignore_uploadflag);
15
16
17 #endif /* B43_TABLES_NPHY_H_ */