aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Fix "struct ifnet" leak on detach.Ruslan Ermilov2005-09-161-0/+1
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notSam Leffler2005-08-121-2/+2
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-9/+6
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-093-17/+18
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-082-81/+44
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* o fix setup of sc_diversity; the hal does not give us reliableSam Leffler2005-07-242-12/+15
* o move ath_sysctlattach down so variables it depends on are setupSam Leffler2005-07-231-6/+6
* simplify ic_newassoc callbackSam Leffler2005-07-221-3/+3
* simplify ieee80211_ibss_merge apiSam Leffler2005-07-221-1/+1
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-223-5/+7
* only invoke ath_rate_tx_complete to update rate control state when theSam Leffler2005-07-072-1/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-104-38/+47
* Change station mode beacon timer setup to insure the calculatedSam Leffler2005-06-091-6/+49
* Set the correct IFS parameters for the beacon tx queueSam Leffler2005-06-072-1/+49
* Misc keycache changes:Sam Leffler2005-06-062-79/+176
* restore led state on resumeSam Leffler2005-06-021-0/+4
* honor new IEEE80211_KEY_GROUP key flagSam Leffler2005-04-122-1/+31
* use frame type returned by ieee80211_input to drive softled codeSam Leffler2005-04-042-5/+3
* fix size_to_binSam Leffler2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typeSam Leffler2005-04-024-8/+8
* reclaim mbufs in failure casesSam Leffler2005-03-311-0/+2
* close unlikely raceSam Leffler2005-03-301-2/+2
* correct commentSam Leffler2005-03-301-3/+3
* o fix bug where rate wouldn't lift off lowest setting when operating asSam Leffler2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionSam Leffler2005-03-303-29/+70
* Fixing kernel build on amd64 machines.Tai-hwa Liang2005-03-301-3/+3
* extend the timestamp from the rx descriptor to calculate the tsf toSam Leffler2005-03-291-7/+24
* forgot to merge this bit from p4Sam Leffler2005-03-291-1/+2
* sync rates for any associated stations or neighbors on state transitionSam Leffler2005-03-291-1/+16
* simplify callbackSam Leffler2005-03-292-4/+8
* replace m_defrag with something more suitableSam Leffler2005-03-291-3/+88
* fix braino introduced when converting from madwifiSam Leffler2005-03-201-1/+1
* eliminate mid-block variable declsSam Leffler2005-03-201-5/+4
* version 1.1 (with cleanups)Sam Leffler2005-03-192-222/+533
* Adding missing module dependency. This should fix the undefined symbolTai-hwa Liang2005-03-111-0/+1
* SampleRate rate control algorithm for the ath driverSam Leffler2005-03-112-0/+744
* reclaim mbuf chain when ieee80211_crypto_encap failsSam Leffler2005-03-081-0/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:Sam Leffler2005-01-242-43/+16
* beacon handling fixups for adhoc mode:Sam Leffler2005-01-241-12/+21
* switch to use bus_dmamap_load_mbuf_sgSam Leffler2005-01-241-25/+13
* o correct beacon interval calculation; the internal setting is in TU's not msSam Leffler2005-01-241-7/+4
* statically allocate the station/neighbor node table; the deferredSam Leffler2005-01-242-8/+6
* adjust tx buffer allocation based on empirical testing:Sam Leffler2005-01-181-3/+3
* add missing statisticSam Leffler2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framesSam Leffler2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this isSam Leffler2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andSam Leffler2005-01-181-1/+18