Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter | |
always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes. | |||
2005-04-17 | Fix typos | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Typo in panic string | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | tabs not spaces | Michael Shalayeff | |
2005-04-17 | Timeouts are not ran at splhigh anymore so we don't need splimp. | Marco Peereboom | |
Inspired by beck@, ok mickey@ | |||
2005-04-17 | don't disassociate on SIOCSIFADDR if the interface is already up and running. | Damien Bergamini | |
2005-04-15 | re(4) cannot handle a standard sized Jumbo frame. | Brad Smith | |
2005-04-15 | re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values | Brad Smith | |
2005-04-15 | add another 8169 rev and remove vtophys() hack for alpha now that the driver | Brad Smith | |
has been bus_dma-ified | |||
2005-04-14 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
2005-04-09 | use htole32 and leto32h for register access instead of hardware-based | Reyk Floeter | |
byte swapping. | |||
2005-04-08 | move reset of HAL descriptors to ath.c | Reyk Floeter | |
2005-04-08 | bye bye unportable bitfields | Reyk Floeter | |
2005-04-08 | - enable reception of VLAN sized frames | Brad Smith | |
- enable HW receive checksum offload ok pvlachev@ | |||
2005-04-06 | pad keys with zeros to a supported key length. this is bad but seems | Reyk Floeter | |
to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work... | |||
2005-04-06 | <sys/types.h> is not needed with <sys/param.h> | Kevin Lo | |
ok reyk and damien | |||
2005-04-05 | fix wep by adjusting the total packet length | Reyk Floeter | |
2005-04-04 | Add blink and unblink but tell userland it is responsible for actually doing it | Marco Peereboom | |
because the ami firmware does not support it. In this case bioctl(8) will do it with SES passthrough commands. | |||
2005-04-03 | make wi_ioctl() easier to audit | Uwe Stuehler | |
2005-04-03 | remove redundant suser() checks | Uwe Stuehler | |
2005-04-02 | A few register offsets in the Parameter Engine were wrong. | Miod Vallat | |
2005-04-02 | check permissions on 80211 ioctls | Uwe Stuehler | |
2005-04-02 | More ioctl permission checks. | Uwe Stuehler | |
2005-04-02 | call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles with | Damien Bergamini | |
hostap mode. | |||
2005-04-02 | set the bssid in hostap mode too. | Damien Bergamini | |
2005-04-02 | remove an unneeded initialization of TXCSR7. | Damien Bergamini | |
2005-04-02 | Damn it! I spent hours fixing that "device timeout" bug! | Damien Bergamini | |
It turned out that priority ring base address must be set before atim ring. This was not documented anywhere. Stupid hardware! | |||
2005-04-01 | shut ami up, bad me. | Marco Peereboom | |
2005-04-01 | call ral_set_chan() on transition to state IEEE80211_S_ASSOC to make sure | Damien Bergamini | |
we disable RF auto-tuning. | |||
2005-04-01 | make registers and constants names match the spec. | Damien Bergamini | |
document registers in ralreg.h based on the spec. do some cleaning in the code while i'm here. | |||
2005-04-01 | avoid double-free of a mbuf chain on failure. | Damien Bergamini | |
2005-04-01 | add antenna selection code. this ensures proper I/Q flip for RF RT2525e, | Damien Bergamini | |
RT2526 and RT5222. based on ural code. | |||
2005-04-01 | sync RF and BBP code with ural (for future merging). | Damien Bergamini | |
2005-04-01 | ieee80211_rssadapt_choose() is broken when called with a fixed rate. | Damien Bergamini | |
ic_fixed_rate is an index inside ic->ic_sup_rates[ic->ic_curmode], not inside any ni->ni_rates. for the moment, i implement a simple workaround until it get fixed. | |||
2005-03-31 | - add support for reading Xircom's EEPROM | Brad Smith | |
- sync dc_mii_readreg() From FreeBSD | |||
2005-03-29 | add copyright me | Marco Peereboom | |
per mickey@ | |||
2005-03-29 | add copyright me | Marco Peereboom | |
per mickey@ | |||
2005-03-29 | add raid mgmt ioctls | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add commands | Marco Peereboom | |
ok mickey@ | |||
2005-03-26 | enable reception of multicast frames; from NetBSD | Christian Weisgerber | |
2005-03-23 | fix a possible kernel panic in the ar5211 and ar5212 detach functions. | Reyk Floeter | |
closes PR #4153. | |||
2005-03-23 | do packet accounting (opackets/oerrors/ierrors). | Damien Bergamini | |
2005-03-20 | some fixes for wep and reset. | Reyk Floeter | |
btw.: this is a commit using an ar5212 in 11b mode... ok deraadt@, krw@ | |||
2005-03-19 | ar5212 uses larger tx descriptors, adjust the offset | Reyk Floeter | |
2005-03-19 | further fixes for ar5212. | Reyk Floeter | |
2005-03-19 | scan channels 12, 13 and 14 too. | Damien Bergamini | |
2005-03-18 | use IFQ_* instead of IF_* for the data queue | Reyk Floeter | |
2005-03-18 | improve ar5212 init on reset | Reyk Floeter | |
2005-03-18 | don't set BSSID in hostap mode. this allows hostap mode to work to some | Damien Bergamini | |
extend. | |||
2005-03-18 | ignore bmiss interrupts for now. | Reyk Floeter | |