Home | History | Annotate | Download | only in net80211
History log of /src/sys/net80211/ieee80211_amrr.c
RevisionDateAuthorComments
 1.3  24-Aug-2015  pooka branches: 1.3.18;
+ include opt_inet.h for INET (or lack thereof)
+ include net/in_ether.h, not netinet/in_ether.h
(did not cause a meltdown only because opt_inet.h was missing)
 1.2  11-Dec-2007  lukem branches: 1.2.6; 1.2.56; 1.2.76;
use __KERNEL_RCSID()
 1.1  31-Oct-2006  joerg branches: 1.1.2; 1.1.6; 1.1.8; 1.1.30; 1.1.40; 1.1.42; 1.1.44;
Move AMRR code out of wpi(4) and ural(4) into net80211 itself.
From OpenBSD.
 1.1.44.1  13-Dec-2007  bouyer Sync with HEAD
 1.1.42.1  11-Dec-2007  yamt sync with head.
 1.1.40.1  26-Dec-2007  ad Sync with head.
 1.1.30.1  09-Jan-2008  matt sync with HEAD
 1.1.8.3  21-Jan-2008  yamt sync with head
 1.1.8.2  30-Dec-2006  yamt sync with head.
 1.1.8.1  31-Oct-2006  yamt file ieee80211_amrr.c was added on branch yamt-lazymbuf on 2006-12-30 20:50:28 +0000
 1.1.6.2  10-Dec-2006  yamt sync with head.
 1.1.6.1  31-Oct-2006  yamt file ieee80211_amrr.c was added on branch yamt-splraiseipl on 2006-12-10 07:19:06 +0000
 1.1.2.2  18-Nov-2006  ad Sync with head.
 1.1.2.1  31-Oct-2006  ad file ieee80211_amrr.c was added on branch newlock2 on 2006-11-18 21:39:32 +0000
 1.2.76.1  22-Sep-2015  skrll Sync with HEAD
 1.2.56.1  03-Dec-2017  jdolecek update from HEAD
 1.2.6.1  22-Feb-2008  skrll Beginning of a sync with net80211 from FreeBSD. Lots to do.

Sources taken from 2008-02-22.
 1.3.18.5  10-Jun-2019  christos Sync with HEAD
 1.3.18.4  20-Jul-2018  phil State save:
urtwn: ifp->if_softc points to a vap, not the urtwn softc, fix code for this.
add missing routines, need to get them filled out correctly.
80211: Add back some NetBSD ioctls, start working on the sysctl tree.
 1.3.18.3  16-Jul-2018  phil State save.
urtwn now can attach and shows up in the "ifconfig -a" list.
 1.3.18.2  12-Jul-2018  phil State save. New kernel config for this brach only. TESTWIFI does
produce a kernel. It is not working. athn files not compiling yet
and commented out of the TESTWIFI kernel, which only has urtwn 802.11
driver enabled. ieee80211_alq.c and ieee80211_ddb.c not compiling yet.
 1.3.18.1  28-Jun-2018  phil Start of WiFi refresh. Copy of FreeBSD net80211 directory with git
mirror commit id of 09e3123164ec345822e00465039503686efde455, no
changes yet. ieee80211_netbsd.[ch] from ieee80211_freebsd.[ch].

RSS XML Feed