CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/26 12:18:04
Modified files:
sys/dev/usb : if_rsu.c
Log message:
In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet.
Some code paths in this driver peek at ic_htcaps and act upon it, so let's
play it safe until this driver gets its 11n support enabled on purpose.
Spotted while investigating the bug fixed in r1.35.
