summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-11-27Enable WEP.Marcus Glocker
2006-11-26Replace the firmware reset command by a register write which alsoMarcus Glocker
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-11-26It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *).Marcus Glocker
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-26correct hardware revision mask.Jonathan Gray
2006-11-26use scsi_detach_target when a device dissapears, rather than usingDavid Gwynne
2006-11-25remove a comment that only applies to freebsd.Damien Bergamini
2006-11-25ANSIBrad Smith
2006-11-25remove a comment which is now untrue after i fixed itDavid Gwynne
2006-11-25Cleanup obsolete rate bits and pass right value to the TX rate descriptor.Marcus Glocker
2006-11-25If no TX rate has been calculated yet, set rate value to autoselectMarcus Glocker
2006-11-25fix use of gem_bitwait().Brad Smith
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
2006-11-25additional registers and some comment fixes.Brad Smith
2006-11-25Fix a copy and pasto.Brad Smith
2006-11-24Small KNF fix.Marcus Glocker
2006-11-24Enable setting of fixed rates.Marcus Glocker
2006-11-24Enable automatic rate adapation (done by firmware and hardware).Marcus Glocker
2006-11-24From Jon Simola <jsimola@gmail.com>:Marcus Glocker
2006-11-24replace a magic number (reserved TX descs?) with macroBrad Smith
2006-11-23Remove 802.11a stuff. There is one RF chip (88W8030) which supports 5GHz,Marcus Glocker
2006-11-23The duration field is calculated by the firmware. Remove malo_txtime()Marcus Glocker
2006-11-22style(9): remove variables names from prototypes.Damien Bergamini
2006-11-22Remove rssadapt(9) bits; Firmware supports rate adaption. Also,Marcus Glocker
2006-11-22don't write to BBP before it is ready and fully initializedDamien Bergamini
2006-11-22From Jon Simola <jon@mecha.ca>:Marcus Glocker
2006-11-21Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them.Miod Vallat
2006-11-21Free allocated mbufs at TX done. While there also reset some TX descriptorMarcus Glocker
2006-11-21From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-18- set descriptor DMA addresses before enabling TX and RXBrad Smith
2006-11-17Minor cleanup.Marcus Glocker
2006-11-17KNFMarcus Glocker
2006-11-17This is a very initial import for a driver which supports the IEEE 802.11Marcus Glocker
2006-11-16Drop malo_reset() for now and do ENETRESET and media changes usingMarcus Glocker
2006-11-16Minor cleanup; reactivate malo_cmd_reset() which seems to work now, removeMarcus Glocker
2006-11-15Quiet down debug output by default. Improve cmd response/result handling.Marcus Glocker
2006-11-15Enable data packet transmission.Marcus Glocker
2006-11-15Fix the loop in malo_tx_intr(). This fixes a infinit loop that happend afterClaudio Jeker
2006-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-11-12In malo_send_cmd_dma() reduce the poll loop to 10 and increase the delayClaudio Jeker
2006-11-12Rewrite part of malo_tx_mgt() to do the mbuf dance in a nicer way. ThisClaudio Jeker
2006-11-12Simplify code and remove a delay() by actually waiting for the command toClaudio Jeker
2006-11-11be silentTheo de Raadt
2006-11-10Fix typo.Mark Kettenis
2006-11-10Add support for Sun 1000baseSX cards.Mark Kettenis
2006-11-10Fix DMA firmware command interface (poll for command response), and get theMarcus Glocker
2006-11-09Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@Claudio Jeker
2006-11-09Fix a bug in the firmware command function and check if the main firmwareMarcus Glocker