Age | Commit message (Expand) | Author |
2006-12-03 | fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: | Damien Bergamini |
2006-12-03 | First bits of endian cleanup more still needed but commit early, commit often. | Claudio Jeker |
2006-12-03 | Print the number of unknown commands in malo_cmd_string(). Also don't | Claudio Jeker |
2006-12-02 | In alloc_attr(), make sure xxansitopc[] indicies are within bounds. | Miod Vallat |
2006-12-01 | rename 8100E id to spin 1 and add the 8100E second spin chip id | Todd T. Fries |
2006-11-30 | fix wep key index in firmware command. | Damien Bergamini |
2006-11-30 | Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOT | Marcus Glocker |
2006-11-29 | Enable short slots, which should increase / stableize throughput | Marcus Glocker |
2006-11-29 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-11-29 | Change the getchar wsdisplay_accessops function to not return a | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Enable monitor mode. | Marcus Glocker |
2006-11-29 | Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter can | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-29 | Unbreak. No cookie for dlg. | Alexander Yurchenko |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | identify the chipset. | Brad Smith |
2006-11-28 | move printing of the interrupt string into re_attach(). | Brad Smith |
2006-11-28 | unhandled ioctls return ENOTTY, not 0 | David Gwynne |
2006-11-28 | remove dead code | David Gwynne |
2006-11-28 | Instead debug message for WEP key setting, just complain if WEP key | Marcus Glocker |
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 |