summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5212.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2018-02-03Remove a pointless assignment introduced in previous commit.Stefan Sperling
2018-01-31Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').Stefan Sperling
2017-10-15Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),Stefan Sperling
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
2014-07-09Use the correct rf revision number for AR2425 radios. When read fromStefan Sperling
2013-04-13Perform a warm reset instead of putting the hardware into full sleep modeStefan Sperling
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2009-02-06Replace comparision between boolean expression result and an integerAlexander Yurchenko
2009-01-15const void foo() makes no sense. No binary change.Alexander Yurchenko
2008-09-13fallback to 11b support if the EEPROM is not reporting any available mode.Reyk Floeter
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
2008-07-30spacingReyk Floeter
2008-07-30Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesReyk Floeter
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
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
2006-12-14fix a minor bug in the tx data queue setup by using the right queueReyk Floeter
2006-09-19attach and enable the newer chipset generations AR2413, AR5413, andReyk Floeter
2006-09-19better mode setup in the ar5211 and ar5212 reset functionsReyk Floeter
2006-09-19use the correct antenna mode settings and fix a bug in the txReyk Floeter
2006-09-19disable 11g mode for nowReyk Floeter
2006-06-05start to sync some changes and fixes from various "openhal" ports ofReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-10-07KNFReyk Floeter
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-10ansi, no binary change.Jonathan Gray
2005-08-14catched->caughtMiod Vallat
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-06-17remove non-constant array initializers which is a GNU extension.Reyk Floeter
2005-05-28fix hostap modeReyk 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-21improve power saving modeReyk 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-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter