summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* Add new USB ID.kevlo2015-04-191-1/+2
* Enable LDO to 2.5V before efuse r/w action in order to preventkevlo2015-04-161-1/+12
* urtwn: blink the LED when scanning.rpaulo2015-04-041-5/+5
* Remove whitespace.rpaulo2015-04-041-31/+31
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-056-6/+6
* Make sure an error case exits unlocked.hselasky2015-01-031-1/+1
* Rename NETGEAR WG111V2_2 to WG111V1_2 to reflect external naming.mp2014-12-091-1/+1
* Add Trendnet TEW-646UBH.kevlo2014-11-191-0/+1
* Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.kevlo2014-10-241-0/+2
* Fix the kernel panic in hostap mode.kevlo2014-10-221-0/+6
* Add new USB ID.hselasky2014-10-021-0/+1
* Mechanically convert to if_inc_counter().glebius2014-09-199-96/+97
* Drop frames that have larger than MCLBYTES.kevlo2014-09-091-0/+4
* Fix typo: s/mac_rev/mac_ver/kevlo2014-08-261-1/+1
* If eapol packets are sent at the lowest rate, key negotiation willkevlo2014-08-201-5/+5
* Add the D-Link DWA-125 rev D1.kevlo2014-08-201-0/+1
* Remove unused defines.n_hibma2014-08-051-1/+1
* Fix for division by zero.hselasky2014-07-264-2/+6
* Enable 8051 before downloading firmware.kevlo2014-07-101-3/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-10/+5
* Revert r267961, r267973:gjb2014-06-273-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-10/+5
* Remove D-Link DWA140 rev D1 by accident.kevlo2014-06-051-0/+1
* More RSU fixes:hselasky2014-06-041-4/+11
* Fixes for the RSU driver:hselasky2014-06-042-85/+53
* Remove r264317 by accident.kevlo2014-05-271-0/+1
* - Give firmware loading more time.hselasky2014-05-221-2/+2
* - Stop transfers when RSU init fails.hselasky2014-05-221-26/+41
* - Split transmit queue into one for each type. Apparently there willhselasky2014-05-212-105/+94
* Avoid starting a USB transfer inside the callback function, righthselasky2014-05-211-9/+10
* - The DELAY() should not be used in USB drivers.hselasky2014-05-201-27/+34
* - The DELAY() should not be used in USB drivers.hselasky2014-05-201-15/+21
* Make sure detach code is executed in all cases. This fixes a panichselasky2014-05-201-3/+1
* Fix gcc build, initialize off variable.andreast2014-04-261-0/+1
* Initialize rssi variable.kevlo2014-04-261-0/+1
* Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.kevlo2014-04-252-121/+891
* Fix panic by adding mtx_assert() to urtwn_init_locked() andkevlo2014-04-241-0/+6
* Add the Asus USB-N10 NANO.kevlo2014-04-101-0/+1
* Add new USB ID.hselasky2014-04-011-0/+1
* Reset the bit of the R92C_MCUFWDL associated with checksum reportkevlo2014-03-141-0/+4
* Similar to r246614, fix panic on removing urtwn(4). It happens becausekevlo2014-03-142-14/+41
* Fix a logic error when enabling MAC.kevlo2014-03-061-2/+2
* - Temporary fix for race in RUN driver which canhselasky2014-03-051-5/+12
* Add a flag to run's device list which uses a standard scsi eject.kevlo2014-02-252-3/+11
* Add urtwn_start_locked() to avoid unlocking during TX.rpaulo2014-02-141-10/+15
* Correct setting R92C_TXAGC_MCS11_MCS08 register.kevlo2014-02-051-1/+1
* Fix a range check for maximum transmit length. The existing code washselasky2014-01-311-5/+3
* Fix comment.kevlo2014-01-241-1/+1
* Get rid of memmove(). It's not portable.kevlo2014-01-241-17/+4
* Revert r261014. Let Kevin fix it.hselasky2014-01-232-26/+17
OpenPOWER on IntegriCloud