summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ipwreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i've lost the IF_PURGE() bits in the process...damien2008-08-281-22/+12
| | | | use license.template while i'm here.
* WPA support for ipw(4).damien2008-08-281-7/+23
| | | | Did a lot of cleanup while I was there.
* 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
| | | | this fixes a bug with multiple AP's.
* fix a critical bug that made the kernel crash under heavy upstream trafficdamien2005-01-131-2/+2
| | | | load. pointed out by jcs@
* 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
| | | | before the firmware has been sent. Imported from iwi.
* Cache firmware into kernel memory instead of sending it directly. Thedamien2004-10-271-4/+4
| | | | | firmware is now sent only when the interface is turned up. This paves the way for proper suspend/resume support.
* Add ipw_media_status() to report the current Tx rate properly.damien2004-10-271-1/+7
| | | | This was imported from iwi.
* 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
| | | | | | | | | | | - update web url - sed s/ *$// - get if_ipwreg.h and if_ipwvar.h from dev/pci - remove unused function MEM_READ_2() - inline -> __inline - 11.b -> .11b - addition of comments - sort registers by their addresses
* support for Intel 2100/2200BG/2915ABG wireless devices written byderaadt2004-10-201-0/+295
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers.