index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
awi
Commit message (
Expand
)
Author
Age
Files
Lines
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
In FreeBSD, we don't need sc_power callback
kevlo
2006-12-12
1
-1
/
+1
*
tweak comment
imp
2006-10-19
1
-1
/
+2
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-3
/
+2
*
Remove support for oldcard by removing compat shims.
imp
2005-09-20
1
-24
/
+4
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-3
/
+1
*
fix handling of the current channel (missed in previous commit)
sam
2005-08-13
1
-4
/
+5
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-6
/
+6
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-1
/
+1
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-1
/
+5
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
1
-2
/
+2
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-8
/
+8
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-21
/
+20
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-4
/
+0
*
reclaim mbuf chain when ieee80211_crypto_encap fails
sam
2005-03-08
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Update for net80211 changes.
sam
2004-12-08
2
-79
/
+89
*
Since if_awi doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+1
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-0
/
+2
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-1
/
+2
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
It turns out that the module dependency on pccard is in error. Since
imp
2004-05-08
1
-1
/
+0
*
Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should
onoe
2004-04-18
1
-5
/
+10
*
Don't announce MAC addresses twice.
mdodd
2004-03-20
1
-2
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Correct beacon (src/bssid) for hostap and adhoc mode.
onoe
2004-01-15
1
-7
/
+30
*
Use generic net80211 framework for awi driver.
onoe
2004-01-15
9
-3693
/
+1615
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
ifp->if_name can't be null when we just assigned a static string to it.
brooks
2003-10-30
1
-5
/
+0
*
Fix off-by-one error in array bounds check.
phk
2003-09-05
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
5
-23
/
+22
*
update for new 802.11 support
sam
2003-06-28
5
-4
/
+33
*
Explicitly declare 'int' parameters.
obrien
2003-04-21
1
-0
/
+1
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Added missing dependency on rc4.
ru
2003-03-21
1
-0
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-15
/
+15
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-15
/
+15
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
2
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
2
-13
/
+6
*
Repeat after me: sizeof(int) != sizeof(void *).
jhb
2002-11-06
1
-1
/
+1
*
Remove empty #if*/#endif clauses.
phk
2002-09-21
2
-4
/
+0
*
Use __FreeBSD_version to test what things to use
imp
2002-05-31
2
-10
/
+11
*
Make this build on 4.x machines again (building a -current kernel on a
imp
2002-04-19
3
-36
/
+27
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
3
-0
/
+28
*
Remove __P.
alfred
2002-03-20
6
-106
/
+106
*
Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid
brooks
2002-02-26
1
-1
/
+1
*
Add NEWCARD support to awi.
imp
2001-11-19
1
-3
/
+36
*
KSE Milestone 2
julian
2001-09-12
3
-0
/
+3
*
The information about how to integrate this driver into BSDs is obsoleted,
onoe
2001-06-26
1
-60
/
+0
*
Fix capability information in association request to reflect ESS/IBSS mode.
onoe
2001-06-26
1
-5
/
+9
[next]