summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-156-204/+204
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsweongyo2009-06-092-137/+60
* reimplements RF logic for GCT chipset (as known as UW2453) to supportweongyo2009-06-042-155/+187
* cleanups the device match list.weongyo2009-06-041-48/+52
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* validate tx rate(s) in the raw xmit pathsam2009-05-292-6/+6
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-297-237/+237
* adds new device IDs.weongyo2009-05-291-0/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-2812-100/+100
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyweongyo2009-05-273-0/+4718
* Print out device attachment.thompsa2009-05-212-0/+2
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-214-11/+11
* - rename usb2_mode to usb_mode [1]thompsa2009-05-215-5/+5
* Overhaul monitor mode handling:sam2009-05-208-152/+151
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aweongyo2009-05-202-2/+2
* add TRENDnet TEW-504UB/EUsam2009-05-171-0/+1
* fix 11a channel use; mark OFDM operation correctlysam2009-05-171-2/+2
* ports upgt(4) driver for USB2.weongyo2009-05-112-0/+2886
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-029-957/+318
* We need to ref the bss node when sending the beacon since it goes through thethompsa2009-04-301-1/+1
* Catch up with usb2_config struct layout changes.thompsa2009-04-051-14/+14
* MFp4 //depot/projects/usb@159909thompsa2009-04-053-28/+28
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXweongyo2009-04-043-0/+3700
* Add another rum(4) device found inkevlo2009-03-311-0/+1
* Hoist 802.11 encapsulation up into net80211:sam2009-03-303-18/+0
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-295-29/+18
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-293-14/+8
* Ensure the cached rq pointer is still valid before waking up the address, thethompsa2009-03-061-4/+8
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-023-3/+3
* Remove ic_update_mcast calls that are not implemented.thompsa2009-02-272-16/+0
* Partial sync to //depot/projects/usbthompsa2009-02-276-69/+358
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-242-2/+2
* Make sure at least two tx slots are free before sending the mbuf since anthompsa2009-02-234-20/+22
* Move the new USB stack into its new home.thompsa2009-02-2311-0/+11429
OpenPOWER on IntegriCloud