summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5210.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2009-01-15const void foo() makes no sense. No binary change.Alexander Yurchenko
2008-08-29add a HAL function to force disabling the hardware crypto engineReyk Floeter
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2007-11-01backout last "fix" because it breaks operation on some devices. evenReyk Floeter
2007-10-29fix the setup of Tx descriptors. the frame type and "no ack" bits wereReyk Floeter
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-12add some HAL functions (again) inspired by the changes from theReyk Floeter
2007-03-12do not use bcopy to set the mac address registers. this diff shouldReyk Floeter
2007-03-05back out, reyk is not paying attentionTheo de Raadt
2007-03-05Add some HAL functions.Reyk Floeter
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-10-07KNFReyk Floeter
2005-10-04fix a bug in Tx descriptor processing.Reyk Floeter
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-10ansi, no binary change.Jonathan Gray
2005-08-14catched->caughtMiod Vallat
2005-08-02reduce stack usageReyk Floeter
2005-06-17remove non-constant array initializers which is a GNU extension.Reyk Floeter
2005-05-27remove some misplaced htole32sReyk Floeter
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-21sync power management settings. this should fix some unrecoverableReyk Floeter
2005-05-08the ar5210 is silicon version 0, not 1.Reyk Floeter
2005-05-08fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.Reyk Floeter
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-03-20some fixes for wep and reset.Reyk Floeter
2005-03-18ignore bmiss interrupts for now.Reyk Floeter
2005-03-10fix beacon handlingReyk Floeter
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17knfReyk Floeter
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-16fix an invalid condition which returns on an invalid beacon state.Reyk Floeter
2005-01-09fix regulation domain handlingReyk Floeter
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-11-23store number of supported gpio pinsReyk Floeter
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-08use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkReyk Floeter
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter
2004-11-02spacing, beautify dmesg outputReyk Floeter
2004-11-02removed some printfsReyk Floeter
2004-11-02import of a free hal part for the ath driver as a replacement for theReyk Floeter