summaryrefslogtreecommitdiff
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-1510-13/+13
* MFC 1.11: allow net80211 to fillin rate setsSam Leffler2007-03-311-20/+2
* MFC 1.10: allow net80211 to fillin rate setsSam Leffler2007-03-311-19/+0
* MFC: Change the life cycle of bpf interface objects to close attach/detachJohn Baldwin2007-01-192-12/+12
* MFC: Add support for the second (RT2561/RT2561S) and thirdMax Khon2006-12-239-3657/+161
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-12-204-0/+6086
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-03-083-0/+3237
* MFC 1.25: use s/w bmiss facilitySam Leffler2006-02-251-0/+2
* MFC 1.24: stop device so we don't panic on card ejectSam Leffler2006-02-251-0/+1
* sync with HEAD.Damien Bergamini2006-01-294-149/+172
* MFC (by ru)Xin LI2005-10-091-3/+2
* sync with HEAD after net80211 changes:Sam Leffler2005-09-031-27/+43
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-252-13/+14
* Sync wireless support from HEAD:Sam Leffler2005-07-291-2/+2
* remove local mods that snuck into rev 1.6Sam Leffler2005-07-101-4/+1
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-101-12/+0
* oops ... forgot to declare sc in my previous commit. unbreak build.Damien Bergamini2005-07-081-0/+1
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.Damien Bergamini2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-081-2/+7
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-071-1/+3
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerDamien Bergamini2005-06-291-9/+23
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-5/+11
* Fix WPA (802.11i) support.Damien Bergamini2005-05-221-0/+12
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-187-0/+3868