summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-02-19return on invalid beacon stateReyk Floeter
2005-02-19add support for the atheros ar5212 wireless chipsets. it is notReyk Floeter
2005-02-19Added support for Intel PRO/Wireless 2225BG PCI adapters.Damien Bergamini
2005-02-19regenDamien Bergamini
2005-02-19Intel PRO/Wireless 2225BG PCI (iwi).Damien Bergamini
2005-02-19fix setting of the MAC address.Damien Bergamini
2005-02-19fix dmesg output. pointed out by jsg@Damien Bergamini
2005-02-19fix attachment process and dmesg output. do some indent while i'm here.Damien Bergamini
2005-02-19fix dmesg output.Damien Bergamini
2005-02-19do not transmit any data frame if there is not at least two free descriptorsDamien Bergamini
2005-02-19cosmetic tweaks.Damien Bergamini
2005-02-19make dhclient work.Damien Bergamini
2005-02-19use mii_phy_match()Brad Smith
2005-02-19regenBrad Smith
2005-02-19add a placeholder for an unknown Agere 10/100 PHY found with quad port hme'sBrad Smith
2005-02-19From part of NetBSD rtw.c rev 1.42:Jonathan Gray
2005-02-18do not enable debug messages by default.Damien Bergamini
2005-02-18reset the interface on tx timeouts.Damien Bergamini
2005-02-18make sure bpfilter.h is included before including ralvar.h.Damien Bergamini
2005-02-18make sure bpfilter.h is included before including ralvar.h. fixes a panicDamien Bergamini
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-02-18regenJonathan Gray
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17knfReyk Floeter
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
2005-02-17ehternet -> ethernetMiod Vallat
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-02-17add software WEP (will implement hardware WEP later).Damien Bergamini
2005-02-17clear the IEEE80211_RATE_BASIC flag from the rate before callingDamien Bergamini
2005-02-17unmap DMA allocated memory properly.Damien Bergamini
2005-02-17zero memory after call to malloc() to avoid freeing non-allocatedDamien Bergamini
2005-02-16add support for enabling amp power on a non-documented Conexant codecTodd T. Fries
2005-02-16Fix scoping error when unhooking the interrupt handler. reyk@ okAaron Campbell
2005-02-16fix an invalid condition which returns on an invalid beacon state.Reyk Floeter
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2005-02-14add missing breakBrad Smith
2005-02-14atu is enabled on zaurus so build the firmwares for it too.David Gwynne
2005-02-14From NetBSD:Jonathan Gray
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-02-12regenJonathan Gray
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-02-10Remove redundant product name strings, simplify matching slightly.Jonathan Gray
2005-02-09Match D-Link DWL-610.Jonathan Gray
2005-02-09Attach to the D-Link DWL-510.Ryan Thomas McBride