summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
AgeCommit message (Expand)Author
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
2009-10-24enable WiFi/WiMAX coexistence for 6050 combo adapters.Damien Bergamini
2009-10-24always power on adapter before reading ROM.Damien Bergamini
2009-10-24huge diff introducing many of the recent changes made by intel to iwlwifi:Damien Bergamini
2009-10-24iwn_cmd() must be called at splnet().Damien Bergamini
2009-10-24- iwn_mem_set_region_4 wants a number of 32-bit words, not bytes.Damien Bergamini
2009-09-20Implement a detach function in wpi(4) and iwn(4).Damien Bergamini
2009-08-10i prefer (m == NULL) over (!m)Damien Bergamini
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-06-02do not leak mbufs in the Rx path in case hardware decryption failed.Damien Bergamini
2009-06-02make sure the channel's subband is found in iwn4965_set_txpower().Damien Bergamini
2009-05-29fix confusion between number of DMA channels and number of Tx queues.Damien Bergamini
2009-05-28workaround a hardware bug by fixing the pci config space command registerDamien Bergamini