benjsc 2008-08-24 22:42:39 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
SVN rev 182127 on 2008-08-24 22:42:39Z by benjsc
Correct detection of particular wpi cards which only support b/g
and fix the output to indicate b/g not a/g
Submi
thompsa 2008-06-23 15:40:56 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
SVN rev 179957 on 2008-06-23 15:40:56Z by thompsa
- Fix compile if WPI_DEBUG is not defined
- Allow debug.wpi to be set from a tunable
- Put ring reset messages back
thompsa 2008-05-16 04:15:55 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c if_wpivar.h
Log:
The beacon miss notification must run without locks held has it calls back
into
wpi_raw_xmit();
Revision ChangesPath
1.14 +15 -2 src/sys/d
thompsa 2008-03-18 18:52:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.h
Log:
MFC if_wpi.c r1.9-10, if_wpireg.h r1.3, if_wpivar.h r1.2
Update wpi(4) with stability fixes
- remove second taskqueue
sam 2008-03-12 20:03:31 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
fix inverted test that disabled ACK's on xmit
Revision ChangesPath
1.10 +1 -1 src/sys/dev/wpi/if_wpi.c
___
c
thompsa 2008-03-10 23:16:48 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.h
Log:
Update wpi(4) with stability fixes
- remove second taskqueue
- busdma 16k alignment workaround
- use busdma instead of external mbuf storage
sam 2008-02-02 07:30:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/dev/wpi if_wpi.c
Log:
MFC 1.7: use m_gethdr to populate the rx ring
Approved by:re (kensmith)
Revision ChangesPath
1.5.2.1.2.1 +1 -1 src/s
sam 2008-02-02 06:49:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/wpi if_wpi.c
Log:
MFC 1.7: use m_gethdr to populate the rx ring
Revision ChangesPath
1.5.2.2 +1 -1 src/sys/dev/wpi/if_wpi.c
___
sam 2008-01-26 22:35:57 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
rx mbufs must have a pkthdr; use m_gethdr to populate the rx ring
(and while here correct the mbuf type)
Submitted by: Sam Banks <[EMAIL PROTECTED]>
MFC after:
benjsc 2007-11-27 09:09:09 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
Fix up a race condition with the callout_stop method in newstate.
The call should happen with the driver lock held. We don't hold the driver
lock in newstate as it's a
benjsc 2007-11-27 08:58:32 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c if_wpireg.h
Log:
Handle missed beacons correctly
Approved by: mlaier (comentor)
Revision ChangesPath
1.4 +12 -1 src/sys/dev/wpi/if_wpi.c
1.2 +10
rink2007-11-13 16:12:59 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect
that the driver will handle WEP encryption. However, this does not seem to be
implemented by
benjsc 2007-11-08 21:57:08 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
Turn off debug output, its been confusing users.
Approved by: mlaier (comentor)
Revision ChangesPath
1.2 +1 -1 src/sys/dev/wpi/if_wpi.c
__
13 matches
Mail list logo