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