xref: /linux/drivers/net/wireless/broadcom/b43/wa.h (revision a1944676767e855869b6af8e1c7e185372feaf31)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef B43_WA_H_
3 #define B43_WA_H_
4 
5 void b43_wa_initgains(struct b43_wldev *dev);
6 void b43_wa_all(struct b43_wldev *dev);
7 
8 #endif /* B43_WA_H_ */
9