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