mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix world-breaking typo in previous commit.
This commit is contained in:
parent
85fab96387
commit
e6d1172096
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ wi_generic_attach(device_t dev)
|
|||
*/
|
||||
mac.wi_type = WI_RID_MAC_NODE;
|
||||
mac.wi_len = 4;
|
||||
wi_read_record(sc, (struct wi_ltv_gen *)&mac));
|
||||
wi_read_record(sc, (struct wi_ltv_gen *)&mac);
|
||||
if ((error = wi_read_record(sc, (struct wi_ltv_gen *)&mac)) != 0) {
|
||||
device_printf(dev, "mac read failed %d\n", error);
|
||||
wi_free(dev);
|
||||
|
|
|
|||
Loading…
Reference in a new issue