bwn_loctl
bwn_lo_write(struct bwn_mac *mac, struct bwn_loctl *ctl)
struct bwn_loctl *probe, struct bwn_lo_g_sm *d)
struct bwn_loctl orig, test;
struct bwn_loctl prev = { -100, -100 };
static const struct bwn_loctl modifiers[] = {
memcpy(&orig, probe, sizeof(struct bwn_loctl));
memcpy(&test, &orig, sizeof(struct bwn_loctl));
sizeof(struct bwn_loctl));
bwn_lo_probe_sm(struct bwn_mac *mac, struct bwn_loctl *loctl, int *rxgain)
struct bwn_loctl probe;
memcpy(&d.loctl, loctl, sizeof(struct bwn_loctl));
sizeof(struct bwn_loctl));
memcpy(&d.loctl, &probe, sizeof(struct bwn_loctl));
memcpy(loctl, &d.loctl, sizeof(struct bwn_loctl));
struct bwn_loctl loctl = { 0, 0 };
static void bwn_lo_write(struct bwn_mac *, struct bwn_loctl *);
struct bwn_loctl ctl;
struct bwn_loctl loctl;