summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_wpivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop exporting `wt_hwqueue' now that drivers don't advertise it.mpi2020-10-111-2/+1
* Kill unused IEEE80211_RADIOTAP_HWQUEUE.mpi2020-10-091-3/+2
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-1/+2
* convert busy flag and tsleep to rwlock as in iwmtedu2016-09-051-2/+2
* Seems we simply have tolibe with fatal firmware errors. Even Linux, with itskettenis2013-11-281-2/+3
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Add suspend/resume logic. As discussed with phessler@, incorporatingkettenis2010-07-221-1/+2
* Prevent a process from entering wpi_ioctl while another process iskettenis2010-07-221-1/+2
* nuke the temperature sensor.damien2009-11-171-3/+1
* switch wpi(4) and iwn(4) over to MCLGETI.damien2009-05-121-13/+2
* allow users to select a fixed rate.damien2008-12-031-1/+3
* rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()damien2008-11-091-1/+2
* major wpi(4) overhaul.damien2008-11-081-6/+30
* all TX rings have the same fixed size (256 entries) and this is notdamien2007-11-191-3/+2
* - add callbacks for setting EDCA parameters and pairwise crypto keys.damien2007-09-111-3/+2
* when running out of rx buffers, allocate a new mbuf and copy the rxdamien2007-08-221-2/+2
* do not allocate ring descriptors for the service queue.damien2007-06-161-2/+1
* Major wpi(4) update:damien2007-06-051-8/+30
* make sure wpi_iter_func() is called at splnet.damien2006-10-231-1/+2
* Completely rework the allocation/management of Rx buffers.damien2006-08-281-2/+15
* - improve scan code to support scanning of 802.11a channelsdamien2006-08-011-3/+3
* Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.damien2006-06-171-8/+5
* automatic rate control (AMRR) + cosmetic and small fixesdamien2006-05-251-1/+12
* more radiotap.damien2006-05-201-2/+6
* more rx radiotap statsdamien2006-05-201-4/+12
* - fix short slot time and short preamble settingsdamien2006-05-201-3/+3
* mega-commit of unrelated changes:damien2006-05-171-10/+13
* Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABGdamien2006-05-141-0/+131