summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-15/+16
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-80/+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-241-10/+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
* only invoke ath_rate_tx_complete to update rate control state when thesam2005-07-071-1/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-32/+42
* 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-071-1/+45
* Misc keycache changes:sam2005-06-061-76/+152
* restore led state on resumesam2005-06-021-0/+4
* honor new IEEE80211_KEY_GROUP key flagsam2005-04-121-0/+29
* use frame type returned by ieee80211_input to drive softled codesam2005-04-041-4/+3
* reclaim mbufs in failure casessam2005-03-311-0/+2
* close unlikely racesam2005-03-301-2/+2
* correct commentsam2005-03-301-3/+3
* rev rate control api to pass the both the first+last tx descriptorssam2005-03-301-1/+1
* o extend cts to cover packet burst when operating in 11g w/ protectionsam2005-03-301-29/+55
* Fixing kernel build on amd64 machines.avatar2005-03-301-3/+3
* extend the timestamp from the rx descriptor to calculate the tsf tosam2005-03-291-7/+24
* forgot to merge this bit from p4sam2005-03-291-1/+2
* replace m_defrag with something more suitablesam2005-03-291-3/+88
* reclaim mbuf chain when ieee80211_crypto_encap failssam2005-03-081-0/+1
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:sam2005-01-241-34/+11
* beacon handling fixups for adhoc mode:sam2005-01-241-12/+21
* switch to use bus_dmamap_load_mbuf_sgsam2005-01-241-25/+13
* o correct beacon interval calculation; the internal setting is in TU's not mssam2005-01-241-7/+4
* add missing statisticsam2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framessam2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this issam2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andsam2005-01-181-1/+18
* better led blinkingsam2005-01-181-42/+152
* add paren's so we can supply a|b as a debug masksam2005-01-181-2/+2
* bump copyright for 2005sam2004-12-311-1/+1
* correct some typossam2004-12-311-4/+4
* Radiotap fixups:sam2004-12-311-18/+60
* for parts that require split keycache entries report thesam2004-12-311-1/+4
* Correct beacon timer setup logic:sam2004-12-311-15/+14
* no need to sweep the tx q's for node references in ath_node_free; we knowsam2004-12-311-29/+0
* cleanup some assertionssam2004-12-311-12/+6
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-151-4/+7
* Update with last year of work.sam2004-12-081-1109/+2763
* Add missing bit of last if_start workaround: mark scan calloutsam2004-08-081-1/+1
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order tosam2004-08-071-0/+6
* Second part of ALTQ driver modifications, covering:mlaier2004-08-011-3/+5
* use correct malloc type to allocate struct ieee80211_node'ssam2004-04-051-1/+1
OpenPOWER on IntegriCloud