blob: 1a96cf9100030b563ecc09be9ad327dc2a64cec4 [file] [log] [blame]
Michael Buesch53a6e232008-01-13 21:23:44 +01001#ifndef B43_TABLES_NPHY_H_
2#define B43_TABLES_NPHY_H_
3
4#include <linux/types.h>
5
6
7struct 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. */
13void b2055_upload_inittab(struct b43_wldev *dev,
14 bool ghz5, bool ignore_uploadflag);
15
16
17#endif /* B43_TABLES_NPHY_H_ */