61bca6eb85
Rewrite and sync A PHY initialization with specs, thus allowing for further work to be done on 802.11a support. Note that A PHY initialization involves G PHYs as well. Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it> Acked-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
7 lines
147 B
C
7 lines
147 B
C
#ifndef B43_WA_H_
|
|
#define B43_WA_H_
|
|
|
|
void b43_wa_initgains(struct b43_wldev *dev);
|
|
void b43_wa_all(struct b43_wldev *dev);
|
|
|
|
#endif /* B43_WA_H_ */
|