summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atw.c
AgeCommit message (Expand)Author
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-12Simplify activation hook.dyoung
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung
2009-09-13Experimental support for fragmentation and RTS/CTS.dyoung
2009-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2009-05-26Wrap some long lines. No functional change intended.dyoung
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-07-09- device/softc splitjoerg
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-11Prepare for PMF self-suspension: in the if_stop() methods, cleardyoung
2008-03-07Use device_t and accessors. Use PMF instead of legacy powerdyoung
2007-11-16Count received frames, Rx PLCP errors, Rx FCS (CRC32) errors, anddyoung
2007-11-16Cosmetic: rename some variables and constants. Move some constantsdyoung
2007-11-16Replace some magic numbers with HFA3861A register names.dyoung
2007-11-15Use __arraycount().dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-29s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change.scw
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-13Stop using typeof() in the bit-twiddling macros, per yamt@'sdyoung
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04prevent empty if.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-04-06In atw_start, do not initialize lasttx with -1, but initialize itdyoung
2006-04-06Correct sc_bbptype, sc_rftype bounds checks. Fixes Coverity CIDdyoung
2006-03-28Revamp ieee80211_get_rate. Now it does not use the rateset in thedyoung
2006-03-12Note in radiotap header file and manual page that radiotap fieldsdyoung
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-08Change macro names to avoid collisions:dyoung
2006-03-08Straggler from previous commit: rename macro LSHIFT->SHIFTIN.dyoung
2006-03-08Move my bit-twiddling macros to libkern.h from my drivers, wheredyoung
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-19ADM8211 hardware WEP is not working (probably due to a bug in 802.11dyoung
2006-02-18When atw_enable is called, power may have been removed and re-applied,dyoung
2006-02-18Fix serious regression in AP-client mode: program adapter's BSSIDdyoung
2005-12-29Remove declaration of deleted subroutine, atw_change_ibss().dyoung
2005-12-29Extract subroutine is_running().dyoung
2005-12-29atw_start() need not update IFF_OACTIVE if it hasn't put a newdyoung
2005-12-29Assert consistency of IFF_OACTIVE / out of sw/hw transmit descriptorsdyoung
2005-12-29Always tickle the Receive Demand Register (ATW_RDR) after re-enablingdyoung