diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-01-28 22:46:04 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-01-28 22:46:04 +0000 |
commit | 4e5b37ebe7d2269f4e3854a4c27208f8b4a193fd (patch) | |
tree | bfd4167ac63d4c546d2675de33b6bb109e2ef650 /sys/dev/usb/wlan/if_runvar.h | |
parent | 9c38fff2c6a3f37db8a85668b09971e90a011e6d (diff) | |
download | FreeBSD-src-4e5b37ebe7d2269f4e3854a4c27208f8b4a193fd.zip FreeBSD-src-4e5b37ebe7d2269f4e3854a4c27208f8b4a193fd.tar.gz |
Release the firmware after loading to the device.
Diffstat (limited to 'sys/dev/usb/wlan/if_runvar.h')
-rw-r--r-- | sys/dev/usb/wlan/if_runvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_runvar.h b/sys/dev/usb/wlan/if_runvar.h index a8795a9..28d6feb 100644 --- a/sys/dev/usb/wlan/if_runvar.h +++ b/sys/dev/usb/wlan/if_runvar.h @@ -154,8 +154,6 @@ struct run_softc { int (*sc_srom_read)(struct run_softc *, uint16_t, uint16_t *); - const struct firmware *fwp; - uint32_t mac_rev; uint8_t rf_rev; uint8_t freq; |