Age | Commit message (Expand) | Author |
2005-05-27 | - disable the gpio user interface for now, it's just an unimportant | Reyk Floeter |
2005-05-26 | remove unused vtophys stuff | Martin Reindl |
2005-05-26 | remove vtophys (it wasn't used anyway) | Jason Wright |
2005-05-26 | Fix compilation on macppc and likely other archs. | Jonathan Gray |
2005-05-25 | correctly initialize AD1886. | Joris Vink |
2005-05-24 | ath_hal_rx_monitor should be used for link state monitoring instead of | Reyk Floeter |
2005-05-24 | crank up MAXCCB to 250 for cards that can handle it. ok mickey@ | Marco Peereboom |
2005-05-24 | disable TX HW checksumming, some revs of the chip can cause packet corruption. | Brad Smith |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst |
2005-05-23 | Remove some unuseful debug code. | Jonathan Gray |
2005-05-22 | ALTQ cleanout | Martin Reindl |
2005-05-22 | fix power hooks | Martin Reindl |
2005-05-22 | add power hook | Brad Smith |
2005-05-21 | sync power management settings. this should fix some unrecoverable | Reyk Floeter |
2005-05-21 | improve power saving mode | Reyk Floeter |
2005-05-19 | i82820 and later chips has a bit different SMRAM register layout. | Alexander Yurchenko |
2005-05-18 | don't initialize bbp registers with values in eeprom. some adapters seem | Damien Bergamini |
2005-05-17 | Need to find a way to detect if fw supports disabling hold of timers before | Marco Peereboom |
2005-05-16 | remove an extra delay in rf register init | Reyk Floeter |
2005-05-13 | override default bbp register values with values stored in eeprom (except | Damien Bergamini |
2005-05-13 | before ieee80211.c rev 1.6, it was guaranted that ic_curmode was different | Damien Bergamini |
2005-05-13 | simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) in | Damien Bergamini |
2005-05-13 | move IFQ_SET_MAXLEN to just above IFQ_SET_READY | Brad Smith |
2005-05-11 | Reset IO completion values to 0 to disable completion holdof. This improves | Marco Peereboom |
2005-05-11 | Add get and set completions opcodes. | Marco Peereboom |
2005-05-11 | extra checks for monitor mode | Reyk Floeter |
2005-05-10 | ANSI protos | Brad Smith |
2005-05-10 | - remove commented out header | Brad Smith |
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith |
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom |
2005-05-08 | change the dmesg output: print known chipset names, don't print the | Reyk Floeter |
2005-05-08 | the ar5210 is silicon version 0, not 1. | Reyk Floeter |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter |
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith |
2005-04-30 | don't set MTU if its the same as what's currently being used. | Brad Smith |
2005-04-30 | check for ETHERMIN in SIOCSIFMTU ioctl; from brad | Peter Valchev |
2005-04-30 | From NetBSD, pt to by brad (might fix csum problems, else they may | Peter Valchev |
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom |
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-25 | remove the stepping info since this isn't right | Brad Smith |
2005-04-24 | add microcode to support interrupt mitigation on the | Brad Smith |
2005-04-24 | - fix and update comments | Brad Smith |
2005-04-23 | style | Brad Smith |
2005-04-23 | - always accept VLAN-sized frames | Brad Smith |
2005-04-23 | Fix newer Xircom CBE2-100 cards. | Brad Smith |
2005-04-21 | snprintf error handling, ok beck cloder | Theo de Raadt |
2005-04-20 | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet | Reyk Floeter |
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter |
2005-04-17 | Fix typos | Tom Cosgrove |