aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* rum(4): some non-functional changes / cleanupAdrian Chadd2015-10-032-29/+19
* rum(4): sync rum_enable_tsf(_sync) with run(4).Adrian Chadd2015-10-022-12/+38
* rum(4): create few wrappers.Adrian Chadd2015-10-021-47/+50
* rum(4): move common part of rum_bbp_write() and rum_bbp_read() into rum_bbp_b...Adrian Chadd2015-10-021-13/+18
* rum(4): reduce code duplication.Adrian Chadd2015-10-021-10/+14
* modify the rssi logic a bit to actually return a useful rssi.Adrian Chadd2015-09-302-23/+64
* rsu(4): Add support for 1T2R and 2T2R NICs.Adrian Chadd2015-09-292-5/+52
* urtwn driver fixes - missing include, free node references, shut down xfers f...Adrian Chadd2015-09-291-7/+29
* include opt_wlan.h . Tsk adrian.Adrian Chadd2015-09-281-0/+2
* Free the TX/RX list buffers /before/ tearing down net80211 state.Adrian Chadd2015-09-261-4/+11
* * Add 11n HT40 support - i needed to send both HTINFO and HTCAP fieldsAdrian Chadd2015-09-261-23/+19
* Update USB device IDs for the upcoming AR9170 support.Adrian Chadd2015-09-261-0/+30
* Implement support for reading USB quirks from the kernel environment.Hans Petter Selasky2015-09-241-2/+137
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-226-14/+11
* Send a power command to the firmware to shut down the radio as wellAdrian Chadd2015-09-222-3/+18
* Begin fleshing out basic power-on / power-off and A-MPDU TX support.Adrian Chadd2015-09-222-14/+124
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-227-115/+53
* Flip on 11n by default; update TODO items.Adrian Chadd2015-09-211-2/+4
* Convert if_rsu to use a deferred transmit task rather than using rsu_start()Adrian Chadd2015-09-212-2/+43
* Drain the mbuf queue upon rsu_stop().Adrian Chadd2015-09-211-1/+34
* Disable HT40 in if_rsu for now. There's something missing in the HT40Adrian Chadd2015-09-201-0/+6
* Add in a temporary (hah!) workaround for net80211 scanning versus NICAdrian Chadd2015-09-182-6/+46
* Refactor out the tx buffer free code into a routine, rsu_freebuf().Adrian Chadd2015-09-181-4/+13
* Set AMPDU density/size parameters during vap creation.Adrian Chadd2015-09-181-0/+4
* Add a very hacked up station only A-MPDU negotiation path.Adrian Chadd2015-09-182-0/+40
* Add initial 11n support to if_rsu.Adrian Chadd2015-09-181-21/+41
* .. oops, flip on QoS.Adrian Chadd2015-09-171-0/+1
* Bring over the QoS logic from the Linux r92su driver.Adrian Chadd2015-09-171-6/+24
* Program the firmware setup stuff with the current hardware setup:Adrian Chadd2015-09-171-3/+11
* Use the H2C endpoint for sending firmware commands, rather than the voiceAdrian Chadd2015-09-172-1/+25
* Add 11n and QoS methods.Adrian Chadd2015-09-171-0/+25
* Prepare for 11n - get the number of endpoints and whether 11n is available.Adrian Chadd2015-09-172-0/+8
* Bump RX_LIST_COUNT so we don't fall behind during active traffic.Adrian Chadd2015-09-171-1/+1
* Use DELAY() rather than usb_pause_mtx() - the latter releases the lockAdrian Chadd2015-09-171-23/+29
* Use M_WAITOK rather than M_NOWAIT since it's not used withinKevin Lo2015-09-161-1/+1
* Fix a debug message which didn't quite get it right about eeprom version.Kevin Lo2015-09-161-1/+1
* Remove checks for a NULL return value from M_WAITOK allocations.Kevin Lo2015-09-161-4/+1
* Add support for Sierra MC7355 cardRenato Botelho2015-09-152-0/+2
* Add Cavium ThunderX xHCI controller PCI IDEd Maste2015-09-151-0/+3
* Replace the scan event input path hack with the new rx-stats based method.Adrian Chadd2015-09-151-10/+12
* Correct PCI ID.Hans Petter Selasky2015-09-141-1/+1
* Disable mgmt frame sending in if_rsu.Adrian Chadd2015-09-131-0/+8
* Add RSSI logging to the event survey results.Adrian Chadd2015-09-131-2/+3
* After reading the linux driver, document what this bit is doingAdrian Chadd2015-09-131-1/+1
* * fiddle with some more of the debugging outputAdrian Chadd2015-09-131-10/+12
* if_rsu debug fixes:Adrian Chadd2015-09-121-28/+99
* Update USB quirk.Hans Petter Selasky2015-09-101-1/+1
* Add new USB ID.Hans Petter Selasky2015-09-092-0/+2
* Correct setting R92C_TDECTRL_BLK_DESC_NUM_M bit.Kevin Lo2015-09-091-1/+1
* Remove duplicate entry for Sierra Wireless Aircard 875Renato Botelho2015-09-082-2/+1