diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-10-10 21:19:22 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-11 15:04:25 -0400 |
commit | f2a6d6a08cf13f621661dd57f32bf0a5100ba26b (patch) | |
tree | 0753b09aba4df7ed29f8bd3e7f9d3ac43eb9219b /drivers/net/wireless/b43/tables_nphy.h | |
parent | 087de74ae512fe31894c1556d5f8d5a126322de7 (diff) |
b43: N-PHY: prepare for rev3+ channel tables
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/tables_nphy.h')
-rw-r--r-- | drivers/net/wireless/b43/tables_nphy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/tables_nphy.h b/drivers/net/wireless/b43/tables_nphy.h index 8fc1da9f8fe5..3eedb869f492 100644 --- a/drivers/net/wireless/b43/tables_nphy.h +++ b/drivers/net/wireless/b43/tables_nphy.h | |||
@@ -90,10 +90,12 @@ void b2055_upload_inittab(struct b43_wldev *dev, | |||
90 | bool ghz5, bool ignore_uploadflag); | 90 | bool ghz5, bool ignore_uploadflag); |
91 | 91 | ||
92 | 92 | ||
93 | /* Get the NPHY Channel Switch Table entry for a channel number. | 93 | /* Get the NPHY Channel Switch Table entry for a channel. |
94 | * Returns NULL on failure to find an entry. */ | 94 | * Returns NULL on failure to find an entry. */ |
95 | const struct b43_nphy_channeltab_entry_rev2 * | 95 | const struct b43_nphy_channeltab_entry_rev2 * |
96 | b43_nphy_get_chantabent_rev2(struct b43_wldev *dev, u8 channel); | 96 | b43_nphy_get_chantabent_rev2(struct b43_wldev *dev, u8 channel); |
97 | const struct b43_nphy_channeltab_entry_rev3 * | ||
98 | b43_nphy_get_chantabent_rev3(struct b43_wldev *dev, u16 freq); | ||
97 | 99 | ||
98 | 100 | ||
99 | /* The N-PHY tables. */ | 101 | /* The N-PHY tables. */ |