summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_wpireg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-17/+17
* add explicit barriers for read/write accesses to prph and internal memory.damien2009-10-241-1/+8
* oops i forgot the if_wpireg.h file in last my commitdamien2009-10-241-8/+16
* fix confusion between number of DMA channels and number of Tx queues.damien2009-05-291-2/+3
* reduce Rx ring size from 256 to 64 slots.damien2009-05-241-2/+2
* move some generic PCIe register flags used in wpi(4) and iwn(4)damien2008-11-251-4/+1
* rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()damien2008-11-091-21/+31
* major wpi(4) overhaul.damien2008-11-081-193/+304
* - add callbacks for setting EDCA parameters and pairwise crypto keys.damien2007-09-111-62/+60
* fix boot code maximum size.damien2007-09-101-2/+2
* - add support for 802.11 headers with various sizes (will be requireddamien2007-09-101-23/+4
* hardware WEP in the TX path.damien2007-07-241-4/+12
* change firmware loading code to adopt the new 2.14.4 firmware layout.damien2007-07-101-11/+14
* do not allocate ring descriptors for the service queue.damien2007-06-161-2/+1
* print regulatory domain in dmesg output.damien2007-06-091-1/+2
* Major wpi(4) update:damien2007-06-051-50/+211
* first round of commits for proper 11b/g protection support:damien2006-11-131-1/+2
* Completely rework the allocation/management of Rx buffers.damien2006-08-281-1/+4
* - improve scan code to support scanning of 802.11a channelsdamien2006-08-011-5/+18
* Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.damien2006-06-171-2/+2
* - fix reassociations (the firmware was crashing because the configurationdamien2006-06-161-2/+2
* - discard Rx frames with a bad CRC earlydamien2006-06-051-3/+8
* automatic rate control (AMRR) + cosmetic and small fixesdamien2006-05-251-5/+8
* more rx radiotap statsdamien2006-05-201-2/+2
* - fix monitor modedamien2006-05-201-2/+6
* - fix CCK mask for 802.11b/onlydamien2006-05-201-1/+18
* - fix short slot time and short preamble settingsdamien2006-05-201-5/+5
* Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABGdamien2006-05-141-0/+509