summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_rum.c
Commit message (Expand)AuthorAgeFilesLines
* fixes a TX hang bug that it could happen when if_start callback didn'tweongyo2009-10-141-2/+8
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+4
* Add necessary include.phk2009-09-081-4/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-39/+40
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-32/+32
* validate tx rate(s) in the raw xmit pathsam2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-14/+14
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-12/+12
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Overhaul monitor mode handling:sam2009-05-201-27/+28
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-277/+108
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-7/+7
* Add another rum(4) device found inkevlo2009-03-311-0/+1
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-6/+0
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-12/+9
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-4/+2
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Remove ic_update_mcast calls that are not implemented.thompsa2009-02-271-8/+0
* Partial sync to //depot/projects/usbthompsa2009-02-271-39/+153
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-1/+1
* Make sure at least two tx slots are free before sending the mbuf since anthompsa2009-02-231-10/+10
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2435
OpenPOWER on IntegriCloud