summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
AgeCommit message (Expand)Author
2006-07-14Consistently establish / disestablish shutdown hookseanb
2006-06-08Print bus_addr_t using PRIx64 (casting to uint64_t), which fixes buildsgdamore
2006-06-05Import new HAL 0.9.17.2. Approved by sam@gdamore
2006-05-26Clean up bogus whitespaceblymn
2006-05-11cast the return value of several macros that evaluate to "(func() == FOO)"mrg
2006-04-14Coverity CID 725: Remove dead code.christos
2006-04-02Reorganize ath layout as requested by sam@ and suggested by dyoung@ ingdamore
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-02Miscellaneous ath(4) and net80211 updates and bug-fixes coming fromdyoung
2006-02-27Quiet ath(4) when debug output is enabled with the hw.athX.debugdyoung
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-03s/NBFILTER/NBPFILTERrpaulo
2005-12-03Make this compile without bpf(4).rpaulo
2005-11-24Put the microsecond timestamp in the radiotap header for receiveddyoung
2005-11-23Non-functional change: a missing '}' in an #ifdef __FreeBSD__dyoung
2005-11-18Resolve conflicts.skrll
2005-10-14When bringing an interface up, and thus perhaps having just powered itgdt
2005-09-13The entity passed to the HAL as a HAL_BUS_HANDLE needs to be an integralmartin
2005-08-21Remove redundant ath_tsf_extend subroutine. Use ath_extend_tsf,dyoung
2005-07-27A few fixes affecting user control of the transmit/receive antenna,dyoung
2005-07-27Cosmetic: remove an out-dated "note to self."dyoung
2005-07-26Resolve conflicts.dyoung
2005-07-06Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printeddyoung
2005-07-03Locking changes.dyoung
2005-07-03Create per-instance sysctl nodes for ath(4), e.g., hw.ath0.debug,dyoung
2005-07-03Bug fix: send all multicast data frames at the lowest possible datadyoung
2005-07-03Cosmetic: repair indentation.dyoung
2005-06-30Fix $FreeBSD$ RCS IDs, which gave me a real shock when their revisiondyoung
2005-06-22Remove unused <atomic.h> include; add <sys/device.h> includes wheremartin
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-02-27nuke trailing whitespaceperry
2005-01-19For a proper IBSS merge, we have to discard the old beacon packet,dyoung
2005-01-16It's necessary to stop DMA on the beacon ring and reconfigure thedyoung
2005-01-04In ad hoc mode, start the ath rate adaptation with the lowest, mostdyoung
2005-01-04IBSS-merge clean-up, inspired by some Linux patches from Jon Andersondyoung
2004-12-27Disconnect the "stop transmitter/receiver" function from thedyoung
2004-09-28ath_getmbuf: check MCLGET failure.yamt
2004-09-07ath_debug is bitmask and takes much wider value than 0, 1, or 2.enami
2004-08-18Hubert Feyrer points out that hw.ath.countrycode really ought todyoung
2004-08-10IBSS fixes: get IBSS beacon generation right. Merge with a same-SSID,dyoung
2004-08-10Make the node table into an LRU cache: least-recently used nodesdyoung
2004-08-08ath_init1: return EIO rather than -1 on a failure of ath_hal_reset.yamt
2004-08-03Synchronize with the WEP code in madwifi. Konstantin KABASSANOVdyoung
2004-07-30Only discard beacons in AHDEMO mode, where we ignore management framesmycroft
2004-07-28Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4)dyoung
2004-07-23Cleanup of ieee80211_node from madwifi:mycroft
2004-07-23IEEE80211_F_WEPON -> IEEE80211_F_PRIVACYmycroft
2004-07-22Support promiscuous mode for an AP too(!).mycroft
2004-05-31No need for ath_start to set the WEP bit in the frame header, thedyoung