summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_rum.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r252725 as it breaks WPA.rpaulo2013-07-141-6/+0
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.rpaulo2013-07-041-0/+6
* Add new USB ID.hselasky2013-03-211-0/+1
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-101-4/+14
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inhselasky2012-06-021-2/+9
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-6/+5
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix build after r226465.bz2011-10-171-1/+3
* Fix an issue with 11g beacon frames which looks to be a limitationadrian2011-10-171-8/+13
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* Guard against default ni_chankevlo2011-04-291-5/+6
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-2/+0
* Add new device ids.sanpei2010-11-291-0/+1
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-1/+0
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* In r207768 I silenced a console warning from rum(4). There was legitimateemaste2010-10-081-1/+5
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-021-2/+5
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-3/+3
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-0/+1
* Fix typos that broke duration calculations on protection frames. A similarjkim2010-06-141-1/+1
* Add dummy function for ic_update_mcast (a la if_urtw) to avoid consoleemaste2010-05-081-0/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-51/+25
* Attempt to recover on a TX error rather than stopping all transfers.thompsa2010-01-291-4/+9
* Add device ID.thompsa2010-01-291-0/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-261-48/+50
* 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
OpenPOWER on IntegriCloud