tables_nphy.h 448 B

1234567891011121314151617
  1. #ifndef B43_TABLES_NPHY_H_
  2. #define B43_TABLES_NPHY_H_
  3. #include <linux/types.h>
  4. struct b43_wldev;
  5. /* Upload the default register value table.
  6. * If "ghz5" is true, we upload the 5Ghz table. Otherwise the 2.4Ghz
  7. * table is uploaded. If "ignore_uploadflag" is true, we upload any value
  8. * and ignore the "UPLOAD" flag. */
  9. void b2055_upload_inittab(struct b43_wldev *dev,
  10. bool ghz5, bool ignore_uploadflag);
  11. #endif /* B43_TABLES_NPHY_H_ */