History log of /freebsd-10-stable/sys/dev/usb/net/if_aue.c
Revision Date Author Comments
# 271355 10-Sep-2014 hselasky

MFC r270992:
Fix logical error.

Approved by: re, glebius


# 264745 22-Apr-2014 yongari

MFC r264062:
Correct endianness handling in getting station address from EEPROM.
While I'm here, remove aue_eeprom_getword() as its only usage is to
read station address and make it more readable. This change is
inspired by NetBSD.
With this change, aue(4) should work on big endian architectures.

PR: 188177


# 271355 10-Sep-2014 hselasky

MFC r270992:
Fix logical error.

Approved by: re, glebius


# 264745 22-Apr-2014 yongari

MFC r264062:
Correct endianness handling in getting station address from EEPROM.
While I'm here, remove aue_eeprom_getword() as its only usage is to
read station address and make it more readable. This change is
inspired by NetBSD.
With this change, aue(4) should work on big endian architectures.

PR: 188177