wa.h 186 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef B43_WA_H_
  3. #define B43_WA_H_
  4. void b43_wa_initgains(struct b43_wldev *dev);
  5. void b43_wa_all(struct b43_wldev *dev);
  6. #endif /* B43_WA_H_ */