Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-10-07 | KNF | Reyk Floeter | |
2005-09-19 | don't attach unsupported radio chipsets | Reyk Floeter | |
based on a diff by jsg@ | |||
2005-09-10 | ansi, no binary change. | Jonathan Gray | |
ok reyk@ | |||
2005-08-14 | catched->caught | Miod Vallat | |
2005-07-30 | remove a useless timeout after tx (decrease nasty delays while | Reyk Floeter | |
scanning) and fix various other minor things in the ath(4) driver. | |||
2005-06-17 | remove non-constant array initializers which is a GNU extension. | Reyk Floeter | |
suggested by anil some time ago. | |||
2005-05-28 | fix hostap mode | Reyk Floeter | |
2005-05-27 | remove some misplaced htole32s | Reyk Floeter | |
2005-05-24 | ath_hal_rx_monitor should be used for link state monitoring instead of | Reyk Floeter | |
setting the promisc mode. rename it to ath_hal_rx_signal and remove the incorrect promisc flag. this should fix some problems with ath running in forwarding mode. | |||
2005-05-21 | sync power management settings. this should fix some unrecoverable | Reyk Floeter | |
sleep mode timeouts for ar5210, ar5211 and ar5212. | |||
2005-05-21 | improve power saving mode | Reyk Floeter | |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter | |
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-08 | move reset of HAL descriptors to ath.c | Reyk Floeter | |
2005-04-08 | bye bye unportable bitfields | Reyk Floeter | |
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-03-23 | fix a possible kernel panic in the ar5211 and ar5212 detach functions. | Reyk Floeter | |
closes PR #4153. | |||
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-18 | improve ar5212 init on reset | Reyk Floeter | |
2005-03-13 | the wep mac may be NULL if it's a broadcast key | Reyk Floeter | |
ok krw@ | |||
2005-03-10 | fix beacon handling | Reyk Floeter | |
2005-03-03 | improve radiotap support, fix some minor bugs. | Reyk Floeter | |
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | Reyk Floeter | |
ok deraadt@ | |||
2005-02-19 | return on invalid beacon state | Reyk Floeter | |
2005-02-19 | add support for the atheros ar5212 wireless chipsets. it is not | Reyk Floeter | |
finished yet and still misses some channel initialization and calibration bits. (if you want to hand in your dmesg output, please build a kernel with an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the value stored in your card's eeprom.) ok henning@ |