View | Details | Raw Unified | Return to bug 24137
Collapse All | Expand All

(-)./sys/dev/an/if_aironet_ieee.h (-1 / +1 lines)
Lines 523-529 Link Here
523
	u_int16_t		an_max_noise_prev_sec;	/* 0x7A */
523
	u_int16_t		an_max_noise_prev_sec;	/* 0x7A */
524
	u_int16_t		an_avg_noise_prev_min;	/* 0x7C */
524
	u_int16_t		an_avg_noise_prev_min;	/* 0x7C */
525
	u_int16_t		an_max_noise_prev_min;	/* 0x7E */
525
	u_int16_t		an_max_noise_prev_min;	/* 0x7E */
526
	u_int16_t		an_spare[2];
526
	u_int16_t		an_spare[3];
527
};
527
};
528
528
529
#define AN_STATUS_OPMODE_CONFIGURED		0x0001
529
#define AN_STATUS_OPMODE_CONFIGURED		0x0001
(-)./sys/dev/an/if_anreg.h (-1 / +1 lines)
Lines 528-534 Link Here
528
	u_int16_t		an_max_noise_prev_sec;	/* 0x7A */
528
	u_int16_t		an_max_noise_prev_sec;	/* 0x7A */
529
	u_int16_t		an_avg_noise_prev_min;	/* 0x7C */
529
	u_int16_t		an_avg_noise_prev_min;	/* 0x7C */
530
	u_int16_t		an_max_noise_prev_min;	/* 0x7E */
530
	u_int16_t		an_max_noise_prev_min;	/* 0x7E */
531
	u_int16_t		an_spare[2];
531
	u_int16_t		an_spare[3];
532
};
532
};
533
533
534
#define AN_STATUS_OPMODE_CONFIGURED		0x0001
534
#define AN_STATUS_OPMODE_CONFIGURED		0x0001

Return to bug 24137