summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5212.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a pointless assignment introduced in previous commit.stsp2018-02-031-2/+1
* Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').stsp2018-01-311-14/+15
* Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),stsp2017-10-151-1/+4
* Remove wireless turbo mode support. It is a non-standard extensionstsp2016-01-121-41/+20
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Use the correct rf revision number for AR2425 radios. When read fromstsp2014-07-091-1/+2
* Perform a warm reset instead of putting the hardware into full sleep modestsp2013-04-131-5/+34
* Make ath(4) send multicast frames once, not multiple times.stsp2011-10-141-3/+2
* replace custom macro AR5K_ELEMENTS() with nitems()reyk2009-06-021-12/+12
* Replace comparision between boolean expression result and an integergrange2009-02-061-2/+2
* const void foo() makes no sense. No binary change.grange2009-01-151-3/+3
* fallback to 11b support if the EEPROM is not reporting any available mode.reyk2008-09-131-6/+23
* add a HAL function to force disabling the hardware crypto enginereyk2008-08-291-1/+24
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-1/+3
* spacingreyk2008-07-301-5/+5
* Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesreyk2008-07-301-57/+86
* - fix FIFO overruns on PCI-E chipsets by setting the DMA sizereyk2008-07-291-8/+12
* backout last "fix" because it breaks operation on some devices. evenreyk2007-11-011-1/+3
* fix the setup of Tx descriptors. the frame type and "no ack" bits werereyk2007-10-291-3/+5
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* add some HAL functions (again) inspired by the changes from thereyk2007-03-121-2/+75
* do not use bcopy to set the mac address registers. this diff shouldreyk2007-03-121-11/+9
* back out, reyk is not paying attentionderaadt2007-03-051-76/+2
* Add some HAL functions.reyk2007-03-051-2/+76
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-2/+2
* fix a minor bug in the tx data queue setup by using the right queuereyk2006-12-141-4/+3
* attach and enable the newer chipset generations AR2413, AR5413, andreyk2006-09-191-3/+4
* better mode setup in the ar5211 and ar5212 reset functionsreyk2006-09-191-11/+19
* use the correct antenna mode settings and fix a bug in the txreyk2006-09-191-11/+8
* disable 11g mode for nowreyk2006-09-191-2/+3
* start to sync some changes and fixes from various "openhal" ports ofreyk2006-06-051-11/+21
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* KNFreyk2005-10-071-2/+2
* don't attach unsupported radio chipsetsreyk2005-09-191-6/+7
* ansi, no binary change.jsg2005-09-101-298/+114
* catched->caughtmiod2005-08-141-2/+2
* remove a useless timeout after tx (decrease nasty delays whilereyk2005-07-301-11/+29
* remove non-constant array initializers which is a GNU extension.reyk2005-06-171-4/+4
* fix hostap modereyk2005-05-281-14/+14
* remove some misplaced htole32sreyk2005-05-271-7/+7
* ath_hal_rx_monitor should be used for link state monitoring instead ofreyk2005-05-241-5/+4
* sync power management settings. this should fix some unrecoverablereyk2005-05-211-1/+4
* improve power saving modereyk2005-05-211-11/+14
* fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.reyk2005-05-081-4/+4
* beautify the code by renaming HAL functions with capitalized words (ireyk2005-04-181-178/+178
* move reset of HAL descriptors to ath.creyk2005-04-081-4/+1
* bye bye unportable bitfieldsreyk2005-04-081-74/+135
* pad keys with zeros to a supported key length. this is bad but seemsreyk2005-04-061-4/+4
* fix a possible kernel panic in the ar5211 and ar5212 detach functions.reyk2005-03-231-2/+2
* some fixes for wep and reset.reyk2005-03-201-57/+43