summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_zyd.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-1/+1
* MFC r260444:kevlo2014-02-171-1/+1
* MFC r238274, r246752, r256720, r256721, r256722, r256955, r257409hselasky2013-12-161-2/+7
* 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-5/+28
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-28/+28
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Fix compile warning when using clang to compile the code.hselasky2011-12-061-1/+1
* Style change.hselasky2011-11-121-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from thegavin2011-06-261-0/+1
* - Remove duplicate USB ID.hselasky2011-06-251-1/+0
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* Fix panic while associating access point.kevlo2011-03-251-3/+1
* 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/+1
* 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
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* 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-37/+13
* Attempt to recover on a TX error rather than stopping all transfers.thompsa2010-01-291-4/+9
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-141-0/+6
* fix a TX issue on big endian machines like powerpc or sparc64. Nowweongyo2009-09-041-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* updates AMRR statistics with tx complete status that if not the tx rateweongyo2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.weongyo2009-06-251-1/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-63/+74
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-33/+33
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsweongyo2009-06-091-137/+54
* reimplements RF logic for GCT chipset (as known as UW2453) to supportweongyo2009-06-041-94/+131
* cleanups the device match list.weongyo2009-06-041-48/+52
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-5/+5
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-13/+13
* 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-23/+15
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-269/+92
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-14/+14
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-6/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-6/+4
* 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-021-1/+1
* Partial sync to //depot/projects/usbthompsa2009-02-271-16/+73
* Move the new USB stack into its new home.thompsa2009-02-231-0/+3121
OpenPOWER on IntegriCloud