Skip to content

Commit

Permalink
nsiproxy.sys: Detect wireless interface type on Linux.
Browse files Browse the repository at this point in the history
CW-Bug-Id: #22496
  • Loading branch information
Paul Gofman authored and ivyl committed Sep 7, 2023
1 parent e31e765 commit e7fdbda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/nsiproxy.sys/ndis.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ static NTSTATUS if_get_physical( const char *name, UINT *type, IF_PHYSICAL_ADDRE
}

#elif defined (HAVE_SYS_SYSCTL_H) && defined (HAVE_NET_IF_DL_H)

static NTSTATUS if_get_physical( const char *name, UINT *type, IF_PHYSICAL_ADDRESS *phys_addr )
{
struct if_msghdr *ifm;
Expand Down

0 comments on commit e7fdbda

Please sign in to comment.