Age | Commit message (Expand) | Author |
2009-11-23 | prevent interrupts storm when the radio switch is turned off while | Damien Bergamini |
2009-11-23 | move things from athn_attach() to athn_init() such that we can | Damien Bergamini |
2009-11-23 | cleanup athn_set_key (not used yet.) | Damien Bergamini |
2009-11-23 | remove a global that i used to test protection modes. | Damien Bergamini |
2009-11-23 | Bring elink3 at least a bit into the new world. It used to have some super | Claudio Jeker |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback |
2009-11-22 | Probe modes for SATA disks, makes CF behind SATA work and gives | Jonathan Gray |
2009-11-22 | fix RTS/CTS and CTS-to-self protection modes. | Damien Bergamini |
2009-11-21 | tyypo | Miod Vallat |
2009-11-21 | make the led blink during a scan. | Damien Bergamini |
2009-11-21 | debug off | Damien Bergamini |
2009-11-19 | if a radio switch exists, configure the GPIO pin to which it is | Damien Bergamini |
2009-11-19 | fix for some variants of AR9285. | Damien Bergamini |
2009-11-18 | * always move the same amount of data (256 frames) in the interrupt handler | Jacob Meuser |
2009-11-18 | panic on impossible error code | Alexander Hall |
2009-11-17 | fix a DPRINTF format string. | Damien Bergamini |
2009-11-17 | cleanup the printf/DPRINTF mess. | Damien Bergamini |
2009-11-17 | fix previous. | Damien Bergamini |
2009-11-17 | update hardware multicast filter. | Damien Bergamini |
2009-11-17 | add short interframe space to duration since the athn_txtime | Damien Bergamini |
2009-11-16 | it is better if it compiles. | Damien Bergamini |
2009-11-16 | do not panic when wep is enabled. | Damien Bergamini |
2009-11-16 | Fix array access found by parfait and switch to nitems while here. | Jonathan Gray |
2009-11-15 | Move ciss(4) to NO_CCB. Add some extra paranoia by always testing | Kenneth R Westerback |
2009-11-15 | AR9287 uses GPIO pin 8 for LED, not 1. | Damien Bergamini |
2009-11-15 | fix athn_stop_tx_dma(). | Damien Bergamini |
2009-11-14 | translate a comment from french to english. | Damien Bergamini |
2009-11-14 | make ramdisks compile | Theo de Raadt |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-06 | cosmetic. claudio@ ok | Federico G. Schwindt |
2009-11-05 | bump copyrights | Marco Peereboom |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini |
2009-11-02 | Don't write bogus values to reply_fifo_host_signalling_addr. This register | Marco Peereboom |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-23 | enable event handling on sas hbas and ignore unhandled events. this turns | David Gwynne |
2009-10-23 | Update links to 82802 datasheets. | Jonathan Gray |
2009-10-23 | if you're attempting to detach multiple devices (eg, many targets, | David Gwynne |