summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
...
* Beacon timer setup fixes:sam2006-02-092-11/+41
* only start the cab queue if there are frames to sendsam2006-02-091-1/+1
* debug fixups: reduce noise msgs, report channel flags on reset failure,sam2006-02-091-17/+20
* Phantom beacon miss workaround: track the tsf of the last receivedsam2006-02-093-21/+78
* use a private task queue threadsam2006-02-092-6/+16
* add adhoc demo mode supportsam2006-02-092-7/+26
* make regdomain sysctl r/w in case it's possible to do this in the futuresam2006-02-092-5/+20
* cleanup rate setupsam2006-02-091-21/+29
* add tx99 hookssam2006-02-092-0/+20
* move hal statistics to softc; the per-node stats are overkill, they'resam2006-02-092-9/+12
* lookup the protection tx rate index in the rate tablessam2006-02-091-2/+4
* honor net80211 mcast tx ratesam2006-02-092-6/+47
* craft unique names for tx q + buffer mtx's to help with interpreting ktr datasam2006-02-091-6/+12
* allow the size of tx+rx buffer pools to be tunedsam2006-02-092-2/+19
* lower try count on mgt (and ctl) frames to avoid clogging the tx queuesam2006-02-092-5/+11
* move mgt frame tx rate responsibility from the rate control modulessam2006-02-095-42/+19
* sync with latest code in madwifisam2006-02-092-146/+185
* track bmiss threshold change from time to frame countsam2006-01-231-1/+1
* Update monitoring support:sam2006-01-093-40/+96
* nuke special handling to extend cts when bursting; it was race pronesam2005-11-153-65/+2
* bandaid inconsistent state handling: the rate index map may besam2005-11-151-0/+5
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Fix "struct ifnet" leak on detach.ru2005-09-161-0/+1
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notsam2005-08-121-2/+2
* Clarify/fix handling of the current channel:sam2005-08-101-9/+6
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-093-17/+18
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-082-81/+44
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* o fix setup of sc_diversity; the hal does not give us reliablesam2005-07-242-12/+15
* o move ath_sysctlattach down so variables it depends on are setupsam2005-07-231-6/+6
* simplify ic_newassoc callbacksam2005-07-221-3/+3
* simplify ieee80211_ibss_merge apisam2005-07-221-1/+1
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-223-5/+7
* only invoke ath_rate_tx_complete to update rate control state when thesam2005-07-072-1/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-38/+47
* Change station mode beacon timer setup to insure the calculatedsam2005-06-091-6/+49
* Set the correct IFS parameters for the beacon tx queuesam2005-06-072-1/+49
* Misc keycache changes:sam2005-06-062-79/+176
* restore led state on resumesam2005-06-021-0/+4
* honor new IEEE80211_KEY_GROUP key flagsam2005-04-122-1/+31
* use frame type returned by ieee80211_input to drive softled codesam2005-04-042-5/+3
* fix size_to_binsam2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typesam2005-04-024-8/+8
* reclaim mbufs in failure casessam2005-03-311-0/+2
* close unlikely racesam2005-03-301-2/+2
* correct commentsam2005-03-301-3/+3
* o fix bug where rate wouldn't lift off lowest setting when operating assam2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorssam2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionsam2005-03-303-29/+70
* Fixing kernel build on amd64 machines.avatar2005-03-301-3/+3
OpenPOWER on IntegriCloud