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