summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwi.c
AgeCommit message (Expand)Author
2005-10-07fixes rev 1.50. got a stack smashed.Damien Bergamini
2005-10-06o Use firmware extended scan command; this one doesn't crash when scanningDamien Bergamini
2005-09-19o Add initial bits for IBSS support.Damien Bergamini
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-12h/w doesn't decrypt rx frames in monitor mode so don't try to remove theDamien Bergamini
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-06-20fix a couple of 'use after free' bugs on mbuf chains in the tx path.Damien Bergamini
2005-05-22fix setting of the "need ack" flag.Damien Bergamini
2005-05-22cosmetic. no need to initialize the read index.Damien Bergamini
2005-05-22set fragmentation threshold in iwi_config().Damien Bergamini
2005-05-22some changes for IBSS mode support (not yet working).Damien Bergamini
2005-05-22add monitor mode support. fast channel hop is not yet implemented though.Damien Bergamini
2005-05-14don't copy the capinfo field from the ap. forge our own based on whatDamien Bergamini
2005-05-13should support channel 165 too in 802.11a mode.Damien Bergamini
2005-05-13fix sensitivity setting.Damien Bergamini
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien Bergamini
2005-04-17don't disassociate on SIOCSIFADDR if the interface is already up and running.Damien Bergamini
2005-04-04remove noise statistics. this was generating tons of useless interrupts.Damien Bergamini
2005-04-04new id for PRO/Wireless 2915ABG. fix desc for PRO/Wireless adapters.Damien Bergamini
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-17support for ipv6.Damien Bergamini
2005-03-14don't display an error message when re-associating.Damien Bergamini
2005-03-12prevent fragmentation from happening.Damien Bergamini
2005-03-12IBSS is not yet supported, remove it from the capabilities flags.Damien Bergamini
2005-02-21ipwcontrol and iwicontrol removal.Damien Bergamini
2005-02-19Added support for Intel PRO/Wireless 2225BG PCI adapters.Damien Bergamini
2005-02-17derived from NetBSD:Reyk Floeter
2005-01-09- add support for 2.2 firmwareDamien Bergamini
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2004-12-21add powerhooksDamien Bergamini
2004-12-10fix mbuf defragmentationDamien Bergamini
2004-12-06add mbuf linearization code when the number of fragments exceeds what isDamien Bergamini
2004-12-06remove iwi_fix_channel() by setting IEEE80211_C_SCANALL capability flagDamien Bergamini
2004-12-06indentDamien Bergamini
2004-12-04- reorder interrupt handlersDamien Bergamini
2004-12-04minor cleaningDamien Bergamini
2004-12-04fix shared authenticationDamien Bergamini
2004-12-04Clean DMA allocation of Tx and Rx ringsDamien Bergamini
2004-11-24- add short preamble capabilityDamien Bergamini
2004-11-24extend scan delay from 20ms to 100ms for each channel + minor consistency tweakDamien Bergamini
2004-11-24reset adapter in iwi_stop()Damien Bergamini
2004-11-24clear register 0x41, not 0x43 (endianness)Damien Bergamini
2004-11-24fix interrupt handlerDamien Bergamini
2004-11-23add support for 2915ABG adaptersDamien Bergamini
2004-11-22use the filesystem based firmware loader; ok deraadt@Damien Bergamini
2004-11-22don't enable debugging by defaultDamien Bergamini
2004-10-28the URL in if_iwi is no longer valid.Brad Smith
2004-10-28print our ether address when attaching like other driversjoshua stein
2004-10-27Remove static for all non-inline functions.Damien Bergamini
2004-10-20defined in pcidevs nowTheo de Raadt