index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_urtw.c
Age
Commit message (
Expand
)
Author
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-09
Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-12-18
Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.
Stefan Sperling
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-13
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-07-15
Fix urtw(4) error code paths to not panic the kernel. Makes the driver work
Stefan Sperling
2015-06-12
Only match devices with a valid configuration.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-09-01
Set the configuration number and get the interface handle in attach(),
Martin Pieuchot
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-07-10
Remove unsigned comparison < 0.
Brad Smith
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2011-01-11
use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotap
Damien Bergamini
2010-12-30
* do not add timeouts if the driver is dying
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-10-27
don't free network related resources if they were not allocated
Jacob Meuser
2010-10-23
check that a timeout(9) has been initialized before deleting it
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
Jacob Meuser
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-01-21
Do not assume mac address and bss id are stored at 32-bit aligned addresses;
Miod Vallat
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-02
Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,
Miod Vallat
2009-07-29
timeout_add -> timeout_add_msec
Bret Lambert
2009-07-29
sitecom needs comma
Martynas Venckus
2009-07-29
- WL168 -> WL168V4
Martynas Venckus
2009-06-24
print RFv1/RFv2 for 8187L dmesgs; since code paths are very different
Martynas Venckus
2009-06-21
simplify write_s16 routine and just use memory stack instead of two
Martynas Venckus
2009-06-06
- implement support for rtl8187b
Martynas Venckus
2009-06-05
reduce diff i will send in a minute
Martynas Venckus
2009-06-04
- factor out rf into its own structure
Martynas Venckus
2009-06-04
- 8187 uses different anaparam values
Martynas Venckus
2009-06-04
detect & print the revision (rev. d, b) of rtl8187l chip using the
Martynas Venckus
2009-06-04
- prepare for multiple revisions; urtw_lookup stuff
Martynas Venckus
2009-06-04
- make comments understandable by lint
Martynas Venckus
[next]