Age | Commit message (Expand) | Author |
2006-11-27 | Enable WEP. | Marcus Glocker |
2006-11-26 | Replace the firmware reset command by a register write which also | Marcus Glocker |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2006-11-26 | Make use of ieee80211_std_rateset | Jonathan Gray |
2006-11-26 | It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *). | Marcus Glocker |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-26 | correct hardware revision mask. | Jonathan Gray |
2006-11-26 | use scsi_detach_target when a device dissapears, rather than using | David Gwynne |
2006-11-25 | remove a comment that only applies to freebsd. | Damien Bergamini |
2006-11-25 | ANSI | Brad Smith |
2006-11-25 | remove a comment which is now untrue after i fixed it | David Gwynne |
2006-11-25 | Cleanup obsolete rate bits and pass right value to the TX rate descriptor. | Marcus Glocker |
2006-11-25 | If no TX rate has been calculated yet, set rate value to autoselect | Marcus Glocker |
2006-11-25 | fix use of gem_bitwait(). | Brad Smith |
2006-11-25 | Split the GEM registers into two halfs and provide a bus_space_handle_t | Brad Smith |
2006-11-25 | additional registers and some comment fixes. | Brad Smith |
2006-11-25 | Fix a copy and pasto. | Brad Smith |
2006-11-24 | Small KNF fix. | Marcus Glocker |
2006-11-24 | Enable setting of fixed rates. | Marcus Glocker |
2006-11-24 | Enable automatic rate adapation (done by firmware and hardware). | Marcus Glocker |
2006-11-24 | From Jon Simola <jsimola@gmail.com>: | Marcus Glocker |
2006-11-24 | replace a magic number (reserved TX descs?) with macro | Brad Smith |
2006-11-23 | Remove 802.11a stuff. There is one RF chip (88W8030) which supports 5GHz, | Marcus Glocker |
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 |