summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ipwreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* i've lost the IF_PURGE() bits in the process...damien2008-08-281-22/+12
* WPA support for ipw(4).damien2008-08-281-7/+23
* prettify + u_int{8,16,32}_t -> uint{8,16,32}_tdamien2006-02-261-44/+44
* s/__attribute__((__packed__))/__packed/damien2005-03-121-10/+10
* retrieve scan results from net80211 instead of reading NIC internal memory.damien2005-03-121-19/+1
* fix a critical bug that made the kernel crash under heavy upstream trafficdamien2005-01-131-2/+2
* Use $OpenBSD$ instead of $Id$. ok damien@jsg2005-01-051-1/+1
* update net80211 AP list after scanningdamien2004-12-051-1/+21
* mostly cosmetic changesdamien2004-12-051-6/+8
* Clean Tx/Rx rings allocation and management.damien2004-12-051-3/+3
* Read MAC address from EEPROM in ipw_attach(). The address is now knowndamien2004-10-271-2/+25
* Cache firmware into kernel memory instead of sending it directly. Thedamien2004-10-271-4/+4
* Add ipw_media_status() to report the current Tx rate properly.damien2004-10-271-1/+7
* Import ipw_get_table() and ipw_get_radio() functions from iwi.damien2004-10-271-2/+1
* Mostly cosmetic changes to be consistent with iwi:damien2004-10-271-10/+11
* support for Intel 2100/2200BG/2915ABG wireless devices written byderaadt2004-10-201-0/+295