Skip to content

Commit

Permalink
Update client_linux.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
SuperQ authored Jan 27, 2025
1 parent 880efb5 commit dcb34ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// errNotSupported is returned when an operation is not supported
var errNotSupported = errors.New("not supported")
var ErrNotSupported = errors.New("not supported")

// A client is the Linux implementation of osClient, which makes use of
// netlink, generic netlink, and nl80211 to provide access to WiFi device
Expand Down

0 comments on commit dcb34ba

Please sign in to comment.