summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ah_osdep.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-2/+47
* Fix the HAL debugging to only use one bit to mark a message as unmaskable.adrian2012-07-011-2/+1
* Stop using the hardware register value byte order swapping for now,adrian2012-04-191-24/+4
* Add a threadid to the ah_decode API.adrian2012-04-041-0/+4
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.adrian2011-11-091-0/+29
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fix a corner case in the HAL debugging changes, where ah was NULL.adrian2011-09-301-1/+1
* Add a missing check for the global ath_hal_debug.adrian2011-07-141-1/+3
* Commit missing piece from a couple days ago - re-add ath_hal_debug.adrian2011-06-251-2/+8
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-231-28/+3
* Fix the debugging code path to correctly support HAL_DEBUG_UNMASKABLE.adrian2011-05-171-1/+5
* Make the alq log path tunableadrian2011-04-051-1/+5
* Fix a completely wrong variable reference.adrian2011-03-241-1/+1
* Make the ar2133ForceBias() call controllable at runtime.adrian2011-03-231-0/+5
* Change HALDEBUG() to be a macro that conditionally calls the debug output rou...adrian2011-03-051-3/+3
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* remove extranous returnsam2009-09-071-1/+1
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:sam2009-07-061-4/+4
* kill more portability functions that are no longer usefulsam2009-05-081-21/+0
* kill unused OS_GETUPTIMEsam2009-05-081-9/+0
* fix build w/ AH_DEBUGsam2009-03-241-29/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-44/+7
* prepare for a new halsam2008-10-271-0/+17
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-1/+1
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-061-8/+1
* Remove unnecessary suser() check in the sysctl to set up ath_halrwatson2007-04-101-10/+7
* o move ath hal os glue code from the hal to the driver: this code wassam2006-09-181-0/+444
OpenPOWER on IntegriCloud