summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ipwreg.h
AgeCommit message (Expand)Author
2008-08-28i've lost the IF_PURGE() bits in the process...Damien Bergamini
2008-08-28WPA support for ipw(4).Damien Bergamini
2006-02-26prettify + u_int{8,16,32}_t -> uint{8,16,32}_tDamien Bergamini
2005-03-12s/__attribute__((__packed__))/__packed/Damien Bergamini
2005-03-12retrieve scan results from net80211 instead of reading NIC internal memory.Damien Bergamini
2005-01-13fix a critical bug that made the kernel crash under heavy upstream trafficDamien Bergamini
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2004-12-05update net80211 AP list after scanningDamien Bergamini
2004-12-05mostly cosmetic changesDamien Bergamini
2004-12-05Clean Tx/Rx rings allocation and management.Damien Bergamini
2004-10-27Read MAC address from EEPROM in ipw_attach(). The address is now knownDamien Bergamini
2004-10-27Cache firmware into kernel memory instead of sending it directly. TheDamien Bergamini
2004-10-27Add ipw_media_status() to report the current Tx rate properly.Damien Bergamini
2004-10-27Import ipw_get_table() and ipw_get_radio() functions from iwi.Damien Bergamini
2004-10-27Mostly cosmetic changes to be consistent with iwi:Damien Bergamini
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt