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