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
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
2009-06-04
difs&eifs are 8187 regs
Martynas Venckus
2009-06-04
- KNF
Martynas Venckus
2009-06-04
- update io functions to support index
Martynas Venckus
2009-06-04
- fix some comments
Martynas Venckus
2009-06-04
spacing
Martynas Venckus
2009-06-04
instead of having some 'generic' data str. with "NB: don't use it
Martynas Venckus
2009-06-04
trying to split some parts;
Martynas Venckus
2009-03-10
remove IBSS and HostAP modes since these aren't advertised in ic->ic_caps
Kevin Lo
2009-03-03
more RealTek RTL8187 based devices
Kevin Lo
2009-02-11
- add a missing break
Kevin Lo
2009-01-27
rum -> urtw. ok jsg@, kevlo@
Martynas Venckus
2008-12-10
sizeofa -> nitems
Kevin Lo
2008-12-03
Weongyo Jeong has consented to switch from an inappropriate license
Jonathan Gray
2008-11-27
initial import of Weongyo Jeon's FreeBSD driver for the RealTek RTL8187L
Kevin Lo