| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-12 | Simplify activation hook. Replace each use of sc_invalid by either | dyoung |
| 2009-09-15 | To ease a future device_t/softc split, se device_private() instead | dyoung |
| 2009-09-15 | unifdef -D__NetBSD__ -U__FreeBSD__. | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-16 | Remove some #ifdef __FreeBSD__ code. | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-04 | prevent empty body in if. | christos |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-28 | add missing initializer | christos |
| 2006-04-14 | Coverity CID 726: Remove bogus test. ni was checked for not NULL lines above, | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-07-23 | Cleanup of ieee80211_node from madwifi: | mycroft |
| 2004-07-23 | IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY | mycroft |
| 2004-01-16 | Do not return EINPROGRESS but 0 in awi_newstate, since the EINPROGRESS | onoe |
| 2004-01-15 | Correct beacon (src/bssid) for hostap and adhoc mode. | onoe |
| 2004-01-15 | Fix: panic when rate is specified but chan is left unspecified. | onoe |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-11-02 | Use ieee80211_find_rxnode to attribute Rx packets to the write | dyoung |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-15 | Re-order a little so that there's no unreachable code in this block. | simonb |
| 2003-10-13 | Adapt awi(4) to the new 802.11 layer. | dyoung |
| 2003-07-06 | Still more consolidation of 802.11 media-handling, moving moving | dyoung |
| 2003-02-25 | Add support for Prism monitor mode. From Kevin Lahey | dyoung |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-01 | Allow SIOCSIFADDR with AF_LINK and WI_RID_MAC_NODE (wiconfig -m) | onoe |
| 2002-09-30 | old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handled | onoe |
| 2002-09-30 | re-enable IBSS creation. | onoe |
| 2002-09-27 | Add support for SIOC[SG]80211BSSID, SIOC[SG]80211CHANNEL. | onoe |
| 2002-09-03 | Several fixes hostap for awi driver: | onoe |
| 2002-09-02 | Add experimental support of Host-AP mode for awi driver. | onoe |
| 2002-08-28 | Attach another DLTs for bpf: DLT_IEEE802_11 to capture raw 802.11 frame. | onoe |
| 2002-08-05 | Fix IBSS for awi driver. | onoe |
| 2002-07-25 | Set desired ESSID for probe request. | onoe |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-09-20 | Move IBSS creation stuff from awi to ieee80211. | onoe |
| 2001-09-19 | Fix for FH infrastructure mode. | onoe |
| 2001-09-18 | Fix register offset of SYNC_SET for FH phy. | onoe |
| 2001-09-18 | Move IEEE 802.11 MAC management functions from awi driver to | onoe |