summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC (by ru)Xin LI2005-10-091-0/+1
* sync with HEAD after net80211 changes:Sam Leffler2005-09-031-91/+52
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-15/+16
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* Sync wireless support from HEAD:Sam Leffler2005-07-291-20/+25
* only invoke ath_rate_tx_complete to update rate control state when theSam Leffler2005-07-071-1/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-32/+42
* 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-071-1/+45
* Misc keycache changes:Sam Leffler2005-06-061-76/+152
* restore led state on resumeSam Leffler2005-06-021-0/+4
* honor new IEEE80211_KEY_GROUP key flagSam Leffler2005-04-121-0/+29
* use frame type returned by ieee80211_input to drive softled codeSam Leffler2005-04-041-4/+3
* 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
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-301-1/+1
* o extend cts to cover packet burst when operating in 11g w/ protectionSam Leffler2005-03-301-29/+55
* 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
* replace m_defrag with something more suitableSam Leffler2005-03-291-3/+88
* reclaim mbuf chain when ieee80211_crypto_encap failsSam Leffler2005-03-081-0/+1
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:Sam Leffler2005-01-241-34/+11
* 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
* 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
* better led blinkingSam Leffler2005-01-181-42/+152
* add paren's so we can supply a|b as a debug maskSam Leffler2005-01-181-2/+2
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* correct some typosSam Leffler2004-12-311-4/+4
* Radiotap fixups:Sam Leffler2004-12-311-18/+60
* for parts that require split keycache entries report theSam Leffler2004-12-311-1/+4
* Correct beacon timer setup logic:Sam Leffler2004-12-311-15/+14
* no need to sweep the tx q's for node references in ath_node_free; we knowSam Leffler2004-12-311-29/+0
* cleanup some assertionsSam Leffler2004-12-311-12/+6
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfPeter Wemm2004-12-151-4/+7
* Update with last year of work.Sam Leffler2004-12-081-1107/+2761
* Add missing bit of last if_start workaround: mark scan calloutSam Leffler2004-08-081-1/+1
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order toSam Leffler2004-08-071-0/+6
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-3/+5
* use correct malloc type to allocate struct ieee80211_node'sSam Leffler2004-04-051-1/+1
* do proper subclassing of node free+copy; the previous hack falls apart whenSam Leffler2004-04-031-2/+8
* transmit beacon frames directly instead of defering them to a swi; thereSam Leffler2004-04-031-3/+8
* update copyright notice for 2004Sam Leffler2004-04-021-1/+1