Age | Commit message (Expand) | Author |
2006-11-23 | The duration field is calculated by the firmware. Remove malo_txtime() | Marcus Glocker |
2006-11-22 | style(9): remove variables names from prototypes. | Damien Bergamini |
2006-11-22 | Remove rssadapt(9) bits; Firmware supports rate adaption. Also, | Marcus Glocker |
2006-11-22 | don't write to BBP before it is ready and fully initialized | Damien Bergamini |
2006-11-22 | From Jon Simola <jon@mecha.ca>: | Marcus Glocker |
2006-11-21 | Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them. | Miod Vallat |
2006-11-21 | Free allocated mbufs at TX done. While there also reset some TX descriptor | Marcus Glocker |
2006-11-21 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-11-18 | - set descriptor DMA addresses before enabling TX and RX | Brad Smith |
2006-11-17 | Minor cleanup. | Marcus Glocker |
2006-11-17 | KNF | Marcus Glocker |
2006-11-17 | This is a very initial import for a driver which supports the IEEE 802.11 | Marcus Glocker |
2006-11-16 | Drop malo_reset() for now and do ENETRESET and media changes using | Marcus Glocker |
2006-11-16 | Minor cleanup; reactivate malo_cmd_reset() which seems to work now, remove | Marcus Glocker |
2006-11-15 | Quiet down debug output by default. Improve cmd response/result handling. | Marcus Glocker |
2006-11-15 | Enable data packet transmission. | Marcus Glocker |
2006-11-15 | Fix the loop in malo_tx_intr(). This fixes a infinit loop that happend after | Claudio Jeker |
2006-11-13 | first round of commits for proper 11b/g protection support: | Damien Bergamini |
2006-11-12 | In malo_send_cmd_dma() reduce the poll loop to 10 and increase the delay | Claudio Jeker |
2006-11-12 | Rewrite part of malo_tx_mgt() to do the mbuf dance in a nicer way. This | Claudio Jeker |
2006-11-12 | Simplify code and remove a delay() by actually waiting for the command to | Claudio Jeker |
2006-11-11 | be silent | Theo de Raadt |
2006-11-10 | Fix typo. | Mark Kettenis |
2006-11-10 | Add support for Sun 1000baseSX cards. | Mark Kettenis |
2006-11-10 | Fix DMA firmware command interface (poll for command response), and get the | Marcus Glocker |
2006-11-09 | Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@ | Claudio Jeker |
2006-11-09 | Fix a bug in the firmware command function and check if the main firmware | Marcus Glocker |
2006-11-07 | Add TX done cleanup. | Marcus Glocker |
2006-11-07 | - The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem | Brad Smith |
2006-11-06 | Also reset the TX ring if the card gets stopped. | Marcus Glocker |
2006-11-06 | Enable TX of management frames. Fix/add firmware commands, add more debug | Marcus Glocker |
2006-11-06 | Don't advertise USB wi adapters as supported hostap devices, | Jonathan Gray |
2006-11-06 | figured out by tdeval@: | Reyk Floeter |
2006-11-05 | ANSI | Brad Smith |
2006-11-01 | Put common data for each RX DMA descriptor into a new rxsoft structure. | Brad Smith |
2006-10-31 | - Rename a variable to clarify meaning of index. | Brad Smith |
2006-10-31 | - Make DMA descripter members volatile | Brad Smith |
2006-10-30 | Fix dynamic tuning of the radio sensitivity I broke when moving from | Damien Bergamini |
2006-10-29 | Reorganize malo_intr() a bit. Check for unhandled interrupt flags and | Claudio Jeker |
2006-10-29 | In malo_ioctl() if the returned error is ENETRESET reset the device. | Claudio Jeker |
2006-10-29 | MALO_CMD_RESPONSE is acting just as a flag so move it to the end of the list. | Claudio Jeker |
2006-10-29 | Fix some nasty bugs in malo_reset() and malo_cmd_set_channel() and simplify | Claudio Jeker |
2006-10-29 | Add first TX path and active scan bits. Don't expect to much yet. | Marcus Glocker |
2006-10-26 | fix fxp(4) so that it will reset the link when you change the speed... This | Brad Smith |
2006-10-25 | Resort some functions, tiny cleanup. | Marcus Glocker |
2006-10-24 | Fix RX DMA handling; until now the card stopped receiving interrupts | Marcus Glocker |
2006-10-22 | DMA memory for the TX ring should be aligned at RL_RING_ALIGN, | Brad Smith |
2006-10-22 | replace rssadapt(9) with amrr for automatic rate control. | Damien Bergamini |
2006-10-22 | oops, the eventnotify stuff was accidentally enabled with the scsiconf | David Gwynne |
2006-10-22 | Activate RX radiotap. We have RSSI for now. | Marcus Glocker |