summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* kill more portability functions that are no longer usefulsam2009-05-083-29/+5
* kill unused OS_GETUPTIMEsam2009-05-082-11/+0
* optimize ath_tx_findrix: there's no need to walk the rates table assam2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what tosam2009-05-061-20/+32
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-063-2/+14
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-021-7/+2
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingsam2009-04-134-35/+34
* don't use caddr_t to match ieee80211_dump_pkt type; supplying the correctsam2009-04-131-7/+8
* o fix dynamic slave-side tdma slot length updating: we need to re-setup thesam2009-04-131-1/+2
* add a debug msg for when a fixed transmit rate is not applied becausesam2009-04-131-0/+9
* remove reference to sc_tdmabintcnt; it was removed in r190848sam2009-04-131-1/+0
* check the method pointer before invoking ah_eepromDetach as it cansam2009-04-091-2/+4
* remove unused struct membersam2009-04-081-1/+0
* Hoist 802.11 encapsulation up into net80211:sam2009-03-302-395/+33
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-302-27/+26
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-13/+5
* fix build w/ AH_DEBUGsam2009-03-241-29/+0
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-196-72/+0
* Minor cleanups of tdma protocol handling:sam2009-03-181-3/+3
* preliminary ar9280 support:sam2009-03-128-646/+2987
* add assertssam2009-03-121-0/+2
* replace if_watchdog w/ private callout; probably can merge this with thesam2009-03-092-14/+21
* remove ar9160Detach; it does nothingsam2009-03-091-14/+1
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* add a sysctl to ena/dis frobbing ccasam2009-03-052-1/+22
* fix typo'ssam2009-02-241-2/+2
* move attach debug msg to the rf backendsam2009-02-243-4/+2
* Add PCIE power control api:sam2009-02-2415-42/+162
* Fill in gpio support for 5416 and later parts:sam2009-02-245-49/+208
* misc fixups, mostly for code not compiled yetsam2009-02-241-10/+11
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-2415-25/+52
* move eeprom attach above first reset as the reset code checks thesam2009-02-242-8/+8
* attach methods don't need to be public, make 'em staticsam2009-02-235-9/+3
* 5416 and later parts get the radio rev differently; add ar5416GetRadioRevsam2009-02-233-2/+18
* remove private copies of gpio methods that were needed when the halsam2009-02-235-32/+6
* print mac+rf part names; drop the printing 2ghz rf stuff (might come back)sam2009-02-234-28/+90
* correct SIFS setting; there is a 2usec adjustment between the calculatedsam2009-02-201-2/+2
* don't adjust core clk conversions for 1/2 and 1/4 rate channels; thesam2009-02-201-8/+0
* remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTERsam2009-02-192-9/+2
* Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels:sam2009-02-193-86/+74
* add HAL_DIAG_SETREGS to write registers via the diag apisam2009-02-192-4/+20
* whitespacesam2009-02-191-2/+2
* add SIOCZATHSTATS ioctl to zero driver statisticssam2009-02-132-0/+7
* add driver stat to count tx drops due to insufficient frag bufferssam2009-02-132-3/+3
* Recognize AR5212_AR2317_REV2 in ar5312Probe()sam2009-02-131-0/+1
* fix both instances of namesam2009-02-111-1/+1
* fix typo in AH_CHIP definitionsam2009-02-111-1/+1
* gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's notsam2009-02-111-0/+1
* don't do phantom beacon miss checking for s/w beacon miss handling,sam2009-02-101-17/+22
* mark the CLR key installed for open auth stations such that it is reclaimedsam2009-02-101-0/+2
OpenPOWER on IntegriCloud