aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_zydreg.h
Commit message (Expand)AuthorAgeFilesLines
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-4/+0
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-0/+1
* zyd: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-0/+4
* zyd, run, ural: do not corrupt MAC addressAndriy Voskoboinyk2016-03-031-0/+1
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-121-2/+0
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-2/+3
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-3/+2
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-2/+3
* Fix for division by zero.Hans Petter Selasky2014-07-261-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptersHans Petter Selasky2013-07-291-2/+2
* - Correct mispellings of word miscellaneousGabor Kovesdan2013-04-171-1/+1
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-0/+1
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-7/+0
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsWeongyo Jeong2009-06-091-0/+6
* reimplements RF logic for GCT chipset (as known as UW2453) to supportWeongyo Jeong2009-06-041-61/+56
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-2/+2
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-21/+0
* Partial sync to //depot/projects/usbAndrew Thompson2009-02-271-2/+4
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1338