Skip to content

Commit 2bfc613

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix: remove UsesMlo call — method removed from AIDL source
1 parent 029b866 commit 2bfc613

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/softap_wifi_hal/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,4 @@ func printApIfaceInfo(
160160
fmt.Printf(" Bridged instances: %v\n", bridged)
161161
}
162162

163-
mlo, err := apIface.UsesMlo(ctx)
164-
if err == nil {
165-
fmt.Printf(" Uses MLO: %v\n", mlo)
166-
}
167163
}

0 commit comments

Comments
 (0)