| bwi.c | 8866 		int buflen, wh_ofs, hdr_extra, rssi, type, rate;  local in function:bwi_rxeof 8880 		hdr_extra = 0;
 8882 			hdr_extra = 2;
 8883 		wh_ofs = hdr_extra + 6; /* XXX magic number */
 8888 			    " hdr_extra %d\n", buflen, hdr_extra);
 8894 		plcp = ((const uint8_t *)(hdr + 1) + hdr_extra);
 8973 	int buflen, hdr_extra, rssi, type, rate;  local in function:bwi_rx_frame_data_pio
 8986 	hdr_extra = 0;
 8988 		hdr_extra = 2
 [all...]
 |