History log of /freebsd-10-stable/sys/dev/usb/wlan/if_urtwn.c
Revision Date Author Comments
# 282366 03-May-2015 kevlo

MFC r281592, r281918, r282119, r282266:

- Fix the length of efuse content
- Disable usb aggregation mode by default since it boots performance


# 281390 11-Apr-2015 rpaulo

MFC r281070:
urtwn: blink the LED when scanning.


# 272590 06-Oct-2014 hselasky

MFC r272410:
Add new USB ID.

PR: 194091


# 270514 25-Aug-2014 kevlo

MFC r270165,r270191:

- Sort ASUS section and add USB device ID of ASUS USB-AC51.
- Add the D-Link DWA-125 rev D1.


# 268586 13-Jul-2014 kevlo

MFC r268487:

Enable 8051 before downloading firmware.

Tested by: Carlos Jacobo Puga Medina <cpm at fbsd dot es


# 266722 27-May-2014 kevlo

MFC 266721:
Remove r264317 by accident.

Spotted by: Kuan-Chung Chiu


# 266578 23-May-2014 hselasky

MFC r257543, r264912, r264972, r264982 and r266472:
- Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.
- Add device ID for 'Sanoxy 802.11N' USB
- Initialize rssi variable.
- Fix gcc build, initialize off variable.
- The DELAY() should not be used in USB drivers.
- The usb_pause_mtx() function takes ticks and not milliseconds as last argument.


# 265345 05-May-2014 kevlo

MFC r264317, r264864:

- Add the Asus USB-N10 NANO [1]
- Fix panic by adding mtx_assert() to urtwn_init_locked() and
urtwn_stop_locked() [2]

Tested by: Kuan-Chung Chiu <buganini@gmail.com> [1]
Anthony Jenkins <scoobi_doo at yahoo dot com> [2]


# 263256 17-Mar-2014 kevlo

MFC r263153, r263154:

- Similar to r246614, fix panic on removing urtwn(4). It happens because
nodes are freed after the adapter is gone.

- Reset the bit of the R92C_MCUFWDL associated with checksum report
before loading firmware page. It may fix this problem:
"urtwn0: timeout waiting for checksum report"


# 263000 11-Mar-2014 kevlo

MFC r262822:

Fix a logic error when enabling MAC.


# 262009 16-Feb-2014 kevlo

MFC r261506:

Correct setting R92C_TXAGC_MCS11_MCS08 register.


# 262008 16-Feb-2014 kevlo

MFC r260463:

Replace deprecated M_DONTWAIT with M_NOWAIT.


# 262007 16-Feb-2014 kevlo

MFC r260444:

Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.

The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC frame has been encrypted using WEP
algorithm or not.
IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates
whether the frame is protected by a cryptographic encapsulation
algorithm.

Reviewed by: adrian, rpaulo


# 261961 16-Feb-2014 rpaulo

MFC r261863
Add urtwn_start_locked() to avoid unlocking during TX.


# 259453 16-Dec-2013 hselasky

MFC r238274, r246752, r256720, r256721, r256722, r256955, r257409
r257429, r257435, r257712, r257732, r257743, r257748, r257955
r257957, r257958, r258082, r258641, r258643, r258732, r258733,
r258840, r258919, r258921, r259029, r259030, r259031, r259032 and r259046:

- Add support for the MediaTek/Ralink RT5370/RT5372 chipset.
- Various minor USB WLAN fixes and improvements.

PR: usb/182936


# 282366 03-May-2015 kevlo

MFC r281592, r281918, r282119, r282266:

- Fix the length of efuse content
- Disable usb aggregation mode by default since it boots performance


# 281390 11-Apr-2015 rpaulo

MFC r281070:
urtwn: blink the LED when scanning.


# 272590 06-Oct-2014 hselasky

MFC r272410:
Add new USB ID.

PR: 194091


# 270514 25-Aug-2014 kevlo

MFC r270165,r270191:

- Sort ASUS section and add USB device ID of ASUS USB-AC51.
- Add the D-Link DWA-125 rev D1.


# 268586 13-Jul-2014 kevlo

MFC r268487:

Enable 8051 before downloading firmware.

Tested by: Carlos Jacobo Puga Medina <cpm at fbsd dot es


# 266722 27-May-2014 kevlo

MFC 266721:
Remove r264317 by accident.

Spotted by: Kuan-Chung Chiu


# 266578 23-May-2014 hselasky

MFC r257543, r264912, r264972, r264982 and r266472:
- Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.
- Add device ID for 'Sanoxy 802.11N' USB
- Initialize rssi variable.
- Fix gcc build, initialize off variable.
- The DELAY() should not be used in USB drivers.
- The usb_pause_mtx() function takes ticks and not milliseconds as last argument.


# 265345 05-May-2014 kevlo

MFC r264317, r264864:

- Add the Asus USB-N10 NANO [1]
- Fix panic by adding mtx_assert() to urtwn_init_locked() and
urtwn_stop_locked() [2]

Tested by: Kuan-Chung Chiu <buganini@gmail.com> [1]
Anthony Jenkins <scoobi_doo at yahoo dot com> [2]


# 263256 17-Mar-2014 kevlo

MFC r263153, r263154:

- Similar to r246614, fix panic on removing urtwn(4). It happens because
nodes are freed after the adapter is gone.

- Reset the bit of the R92C_MCUFWDL associated with checksum report
before loading firmware page. It may fix this problem:
"urtwn0: timeout waiting for checksum report"


# 263000 11-Mar-2014 kevlo

MFC r262822:

Fix a logic error when enabling MAC.


# 262009 16-Feb-2014 kevlo

MFC r261506:

Correct setting R92C_TXAGC_MCS11_MCS08 register.


# 262008 16-Feb-2014 kevlo

MFC r260463:

Replace deprecated M_DONTWAIT with M_NOWAIT.


# 262007 16-Feb-2014 kevlo

MFC r260444:

Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.

The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC frame has been encrypted using WEP
algorithm or not.
IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates
whether the frame is protected by a cryptographic encapsulation
algorithm.

Reviewed by: adrian, rpaulo


# 261961 16-Feb-2014 rpaulo

MFC r261863
Add urtwn_start_locked() to avoid unlocking during TX.


# 259453 16-Dec-2013 hselasky

MFC r238274, r246752, r256720, r256721, r256722, r256955, r257409
r257429, r257435, r257712, r257732, r257743, r257748, r257955
r257957, r257958, r258082, r258641, r258643, r258732, r258733,
r258840, r258919, r258921, r259029, r259030, r259031, r259032 and r259046:

- Add support for the MediaTek/Ralink RT5370/RT5372 chipset.
- Various minor USB WLAN fixes and improvements.

PR: usb/182936