summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
AgeCommit message (Expand)Author
2012-11-17Newer chips feature "advanced" bluetooth coexistence, which is why sendingMark Kettenis
2012-11-17Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, butMark Kettenis
2012-11-14Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well.Mark Kettenis
2012-11-11add support for the Intel Centrino Advanced-N 6235 to iwn(4).joshua stein
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-01-26stop the calibration timeout when stopping the interface (i noticedTheo de Raadt
2011-09-02Differential gain calibration makes the 6005 firmware crap out, so skip it forMark Kettenis
2011-09-01The 6005 and 6050-based parts need DC calibration turned on, otherwise theMark Kettenis
2011-06-16Enable msi support on iwn.Owain Ainsworth
2011-01-24unbreak 6200 support by forcing Tx/Rx chains masks since ROMDamien Bergamini
2011-01-09trust the Tx/Rx chains masks in ROM except for the 4965 and 5100Damien Bergamini
2011-01-09cleanup; change the way opns are attached.Damien Bergamini
2010-12-31regenDamien Bergamini
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Move the guts of the powerhook function into the activate function and makeTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-12homogeneous style.Damien Bergamini
2010-08-12Instead of returning EBUSY when the busy flag is set in the ioctl, sleepOwain Ainsworth
2010-07-28Make legacy xxpower() functions call xxstop() on suspend, and simplify theirTheo de Raadt
2010-07-23Add suspend/resume logic.Peter Hessler
2010-07-20do not timeout when stopping DMA channels.Damien Bergamini
2010-06-05change sign extension such that we do not rely on >> being anDamien Bergamini
2010-05-13new iwn(4) ids.Damien Bergamini
2010-05-07Remember to restore the spl. Found out the hard way by me.David Hill
2010-05-05Prevent a process from entering iwn_ioctl while another process isDamien Bergamini
2010-05-05firmware images in type-length-value format can now offer differentDamien Bergamini
2010-04-30add HT Capabilities element in outgoing probe requests if HT isDamien Bergamini
2010-04-30fix for 5GHz band.Damien Bergamini
2010-04-30add support for firmware images in "type-length-value" format.Damien Bergamini
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-10Intel Centrino Advanced-N 6200 G2 adapters have their own hardwareDamien Bergamini
2010-04-04Attach the 2nd generation of 6000 2x2 devices even though the firmwareDamien Bergamini
2010-02-17read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6Damien Bergamini
2010-02-03init ofdm sensitivity with min value (which depends on the chip)Damien Bergamini
2010-02-02Fix for the Intel WiFi Link 1000.Damien Bergamini
2010-01-28set differential gains on 6250 too (but use a 1.0 factor, not 1.5).Damien Bergamini
2010-01-23finally, 6250 parts need crystal calibration too.Damien Bergamini
2010-01-16rename bluetooth coexistence flags. no binary change.Damien Bergamini
2010-01-16Enable DC calibration and disable crystal calibration onDamien Bergamini
2010-01-09workaround for a HW bug (does not affect 4965AGN) that may sporadicallyDamien Bergamini
2009-11-08- remove non-production pci ids for 6050 3x3Damien Bergamini
2009-11-04the hybrid 6000 series (using both internal and external power amplifiers)Damien Bergamini
2009-11-03s/TX_IQ_PERD/TX_IQ_PERIODIC/Damien Bergamini
2009-11-03use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx evenDamien Bergamini
2009-11-01- fix rx chain mask in scan commandDamien Bergamini
2009-10-31reorder operations in detach(), call powerhook_disestablish() earlier,Damien Bergamini
2009-10-28- use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even thoughDamien Bergamini
2009-10-26start Tx at lowest available rate to give initial WPA handshake andDamien Bergamini
2009-10-26update WiFi Link 6000 product ids.Damien Bergamini
2009-10-24add explicit barriers for read/write accesses to prph and internal memory.Damien Bergamini