Michael Buesch | 53a6e23 | 2008-01-13 21:23:44 +0100 | [diff] [blame^] | 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_ */ |