PERFORCE change 184747 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Oct 14 22:33:28 UTC 2010


http://p4web.freebsd.org/@@184747?ac=10

Change 184747 by hselasky at hselasky_laptop001 on 2010/10/14 22:33:19

	IFC

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/wlan/if_upgt.c#27 integrate

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/wlan/if_upgt.c#27 (text+ko) ====

@@ -709,7 +709,6 @@
 		break;
 	case IEEE80211_S_RUN:
 		ni = ieee80211_ref_node(vap->iv_bss);
-
 		/* XXX monitor mode isn't tested yet.  */
 		if (vap->iv_opmode == IEEE80211_M_MONITOR) {
 			filter->type = htole16(UPGT_FILTER_TYPE_MONITOR);
@@ -733,7 +732,6 @@
 			filter->rxhw = htole32(sc->sc_eeprom_hwrx);
 			filter->unknown3 = htole16(UPGT_FILTER_UNKNOWN3);
 		}
-
 		ieee80211_free_node(ni);
 		break;
 	default:
@@ -1060,7 +1058,6 @@
 	sc->sc_state = nstate;
 
 	IEEE80211_UNLOCK(ic);
-
 	UPGT_LOCK(sc);
 	callout_stop(&sc->sc_led_ch);
 	callout_stop(&sc->sc_watchdog_ch);


More information about the p4-projects mailing list