summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
AgeCommit message (Expand)Author
2007-11-19pairwise keys always have an ID equal to 0.Damien Bergamini
2007-11-19all TX rings have the same fixed size (256 entries) and this is notDamien Bergamini
2007-11-17fix reading of EEPROM for some adapters.Damien Bergamini
2007-11-03fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won'tDamien Bergamini
2007-09-11s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211Damien Bergamini
2007-09-10fix interrupts processing and scan command + cleanupDamien Bergamini
2007-09-10if more than 5 consecutive beacons are lost, reinitialize sensitivityDamien Bergamini
2007-09-10only send a sensitivity update command when the settings have changed.Damien Bergamini
2007-09-07properly acknowledge interrupts. this fixes the interrupts storm i wasDamien Bergamini
2007-09-07make sure the length of the first segment of a Tx descriptor is a multipleDamien Bergamini
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-09-06fix temperature sensor. the sensors framework wants muK not degC!Damien Bergamini
2007-09-06disable interrupts coallescing for now.Damien Bergamini
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini