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

(-)/usr/src/sys/dev/usb/wlan/if_run.c (+2 lines)
Lines 2832-2838 Link Here
2832
		tap->wr_antenna = ant;
2832
		tap->wr_antenna = ant;
2833
		tap->wr_dbm_antsignal = run_rssi2dbm(sc, rssi, ant);
2833
		tap->wr_dbm_antsignal = run_rssi2dbm(sc, rssi, ant);
2834
		tap->wr_rate = 2;	/* in case it can't be found below */
2834
		tap->wr_rate = 2;	/* in case it can't be found below */
2835
		RUN_LOCK(sc);
2835
		run_get_tsf(sc, &tap->wr_tsf);
2836
		run_get_tsf(sc, &tap->wr_tsf);
2837
		RUN_UNLOCK(sc);
2836
		phy = le16toh(rxwi->phy);
2838
		phy = le16toh(rxwi->phy);
2837
		switch (phy & RT2860_PHY_MODE) {
2839
		switch (phy & RT2860_PHY_MODE) {
2838
		case RT2860_PHY_CCK:
2840
		case RT2860_PHY_CCK:

Return to bug 203755