summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-18disable a bunch of old devices (mostly ISA, or stuff people are unlikelyTheo de Raadt
2005-03-18use xferlen for mgt frames too. this prevents management frames with aDamien Bergamini
2005-03-18don't set BSSID in hostap mode. this allows hostap mode to work to someDamien Bergamini
2005-03-18Back out a possible bogus minor diff until we investigate whatChad Loder
2005-03-18typo;Jason McIntyre
2005-03-18ignore bmiss interrupts for now.Reyk Floeter
2005-03-18only update the flags part of PHY_CSR5 and PHY_CSR6. this makes OFDMDamien Bergamini
2005-03-18close pipes and free tx/rx lists in detach(). this avoids some of theDamien Bergamini
2005-03-18Sync with realityMiod Vallat
2005-03-18Mention local filesystems are only suitable for upgrades.Miod Vallat
2005-03-18Remove pointless binary packages listing.Miod Vallat
2005-03-18The ftplist which is kept up to date lies one directory above.Miod Vallat
2005-03-18Rework description slightly.Miod Vallat
2005-03-18Sync X sets names with contents.Miod Vallat
2005-03-18+ural(4)Jonathan Gray
2005-03-18enable ural since it works fine here tooDavid Gwynne
2005-03-18Correct Buffalo entries. From uwe@.Jonathan Gray
2005-03-18tweaks for readability;Jason McIntyre
2005-03-18- prefer present simple over continous here;Jason McIntyre
2005-03-18List bge(4) and vge(4).Jonathan Gray
2005-03-18add vge; ok deraadtPeter Valchev
2005-03-18Consistently prefix 802.11 with IEEE as per man pages.Jonathan Gray
2005-03-18fail to attach with a printf instead of a panic for newer yet unsupportedBrad Smith
2005-03-18Add mention of udav(4) to places missing it and sync with url(4).Jonathan Gray
2005-03-18+bge(4), ok deraadt@Brad Smith
2005-03-18Sync list of CF adapters with zaurus.htmlJonathan Gray
2005-03-18Add bge, fix typo. ok deraadt@.Kenneth R Westerback
2005-03-18List supported USB/CF network devices.Jonathan Gray
2005-03-18List atu(4) and ural(4).Jonathan Gray
2005-03-18Add bge. ok deraadt@.Kenneth R Westerback
2005-03-18Update descriptions of wireless drivers from their respective man pages.Jonathan Gray
2005-03-18Use RTL8180L instead of 8180, discuss common RF tranceivers andJonathan Gray
2005-03-18sync and cleanup in ubsa(4)Reyk Floeter
2005-03-18document Option GlobeTrotter 3G support; from reykTheo de Raadt
2005-03-18add new 3G devices from Option. the Vodafone MC3G is an Option device.Reyk Floeter
2005-03-18Only complain about tx fifo overflows if RTW_DEBUG is set.Jonathan Gray
2005-03-17fix comment wrt previous changeMichael Shalayeff
2005-03-17Increase timeout in fdcresult(), this allows fdformat(8) to work now.Miod Vallat
2005-03-17add two more revs of romless cards; from netbsdMichael Shalayeff
2005-03-17Fix fd passing. Bug introduced lately passed the first fd twice and an oldClaudio Jeker
2005-03-17enable uralDavid Gwynne
2005-03-17Handle the retransmission queues correctly. Mainly iface state DROTHERClaudio Jeker
2005-03-17support for ipv6.Damien Bergamini
2005-03-17fix ral_enable_tsf_sync() for hostap mode.Damien Bergamini
2005-03-17do not drop ToDS frames when acting as an access point.Damien Bergamini
2005-03-17Don't rmdir .ICE-unix from /tmp or /var/tmp either. OK deraadt@Todd C. Miller
2005-03-17Fix eof without newline handling. spotted by and ok deraadt@Otto Moerbeek
2005-03-17Fix an access after free. It is not allowed to use a RB_REMOVE inside of aClaudio Jeker
2005-03-17give ipv6 a chance. pointed out by Paul de Weerd.Damien Bergamini
2005-03-17grammar, from tom;Jason McIntyre