#include "ppr.h"
#include "b43.h"
#define ppr_for_each_entry(ppr, i, entry) …
void b43_ppr_clear(struct b43_wldev *dev, struct b43_ppr *ppr)
{ … }
void b43_ppr_add(struct b43_wldev *dev, struct b43_ppr *ppr, int diff)
{ … }
void b43_ppr_apply_max(struct b43_wldev *dev, struct b43_ppr *ppr, u8 max)
{ … }
void b43_ppr_apply_min(struct b43_wldev *dev, struct b43_ppr *ppr, u8 min)
{ … }
u8 b43_ppr_get_max(struct b43_wldev *dev, struct b43_ppr *ppr)
{ … }
bool b43_ppr_load_max_from_sprom(struct b43_wldev *dev, struct b43_ppr *ppr,
enum b43_band band)
{ … }