diff options
author | Andreas Tobler <andreast@FreeBSD.org> | 2014-04-26 19:30:04 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@FreeBSD.org> | 2014-04-26 19:30:04 +0000 |
commit | 269aedcff535b918bd804a51a23324a147f5a29c (patch) | |
tree | 58ec9ac4f2b168c95bb3d61f8e678a162d336763 | |
parent | a90f19753f2d000f4839597e43060d3d72af832e (diff) |
Notes
-rw-r--r-- | sys/dev/usb/wlan/if_urtwn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_urtwn.c b/sys/dev/usb/wlan/if_urtwn.c index 7f69f9617e3e..f6bea414a926 100644 --- a/sys/dev/usb/wlan/if_urtwn.c +++ b/sys/dev/usb/wlan/if_urtwn.c @@ -1302,6 +1302,7 @@ urtwn_r88e_read_rom(struct urtwn_softc *sc) uint8_t off, msk, tmp; int i; + off = 0; urtwn_efuse_switch_power(sc); /* Read full ROM image. */ |