Age | Commit message (Expand) | Author |
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini |
2010-04-09 | fix double free in an error path. the midlayer gets the ccb for scsi io | David Gwynne |
2010-04-07 | txq->lastds is only valid when txq is not empty. | Damien Bergamini |
2010-04-07 | update initvals and TX gains for AR9285 >=1.2 | Damien Bergamini |
2010-04-06 | always enable both 2GHz and 5GHz LNAs regardless of the band | Damien Bergamini |
2010-04-06 | on devices that have a radio switch, check GPIO pin 2 and report | Damien Bergamini |
2010-04-06 | On RT3090 chips, read vendor RF settings from ROM and apply them. | Damien Bergamini |
2010-04-06 | Give rt3090_efuse_read_2() a chance to work by using the correct offset. | Damien Bergamini |
2010-04-06 | use SLISTs for managing the ccb free list rather than TAILQs. | David Gwynne |
2010-04-06 | modify siop to provide an iopool as a way for the midlayer to manage | David Gwynne |
2010-04-06 | modify mpi to provide an iopool as a way for the midlayer to manage access | David Gwynne |
2010-04-05 | backout these two files i committed by accident. | Damien Bergamini |
2010-04-05 | fix regression on RT2860C introduced in previous commit. | Damien Bergamini |
2010-04-05 | Initial bits for >=RT3090 support. | Damien Bergamini |
2010-04-04 | Fix 5GHz channels TX power settings for RT2860/RT2870 (does not | Damien Bergamini |
2010-04-03 | Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset. | Stuart Henderson |
2010-04-03 | dont allocate with M_TEMP and then free with M_DEVBUF. made even worse that | David Gwynne |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-03-28 | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 | Kenneth R Westerback |
2010-03-27 | Fix TX power per rate settings. | Damien Bergamini |
2010-03-27 | Fix isp(4) fallout from NO_CCB nuking. Seen by several. | Kenneth R Westerback |
2010-03-25 | fix fallout of previous; ok dlg@ | Otto Moerbeek |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-14 | Quieten ahc a bit, same as ahd is. Put some messages emitted during | Kenneth R Westerback |
2010-02-27 | Eliminate double call to scsi_done() when polling. | Kenneth R Westerback |
2010-02-25 | Add VT1617 codec ID used in VIA Tremor 5.1 cards, | Alexandre Ratchov |
2010-02-24 | - properly maintain sc->curchan | Damien Bergamini |
2010-02-24 | Disable Reduced Interframe Space search on AR9160 to workaround | Damien Bergamini |
2010-02-24 | fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0 | Damien Bergamini |
2010-02-21 | Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not, | Mark Kettenis |
2010-02-20 | minor tweak to improve consistency with other drivers; startup | Igor Sobrado |
2010-02-19 | Add a datasheet URL for reference. | Miod Vallat |
2010-02-19 | Add a driver for the M41T8x time-of-day clock chips, such as the M41T83 | Miod Vallat |
2010-02-18 | fix a few capitalizations of QLogic. | Igor Sobrado |
2010-02-18 | improve startup messages displayed by isp(4) in such a way entries | Igor Sobrado |
2010-02-17 | Make sure we claim the interrupt as ours if the time out bit is set in the | Mark Kettenis |
2010-02-16 | fix AR_DTIM_PERIOD | Damien Bergamini |
2010-02-15 | Properly detect when the band changes from 2GHz to 5GHz and | Damien Bergamini |
2010-02-15 | - handle SIOCS80211CHANNEL in monitor mode without doing a full reset | Damien Bergamini |
2010-02-14 | The ASIC does not like PCI bursts on registers because of a silicon bug. | Damien Bergamini |
2010-02-08 | add the 10us sifs directly to the pre-computed ack durations. | Damien Bergamini |
2010-02-08 | s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/ | Damien Bergamini |
2010-02-07 | HT is not enable so skip this. | Damien Bergamini |
2010-02-07 | set default value for BBP R106 | Damien Bergamini |
2010-02-07 | read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070 | Damien Bergamini |
2010-02-07 | use new mcu command to select the antenna on RT2020 | Damien Bergamini |
2010-02-07 | add rf init values for rt3572 | Damien Bergamini |
2010-02-07 | add channels 167, 169, 171, 173 for dual-band devices | Damien Bergamini |
2010-01-27 | change the MRR pattern from 1/1/1/1 to 2/2/2/4 | Damien Bergamini |
2010-01-20 | Remove horrible hack in ahc/ahd that made some commands retry | Kenneth R Westerback |