summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_ural.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-221-11/+10
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-10/+11
* MFC r269127:hselasky2014-07-291-0/+2
* MFC r260444:kevlo2014-02-171-2/+2
* MFC r238274, r246752, r256720, r256721, r256722, r256955, r257409hselasky2013-12-161-4/+9
* 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
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-101-3/+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-1/+12
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-4/+4
* 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
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-2/+0
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-1/+0
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-021-3/+7
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* 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 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-50/+25
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-261-29/+31
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-141-2/+8
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-39/+38
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-35/+35
* 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-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-14/+14
* 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-30/+31
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-280/+110
* We need to ref the bss node when sending the beacon since it goes through thethompsa2009-04-301-1/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-7/+7
* 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-13/+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-12/+122
* 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/+2364
OpenPOWER on IntegriCloud