summaryrefslogtreecommitdiffstats
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* Sync with ural:damien2005-11-292-18/+19
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-231-5/+4
* Optimize and clean TX time computation.damien2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-21/+41
* Remove OLDCARD shimsimp2005-09-211-23/+4
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Avoid deferencing NULL in if_free().ru2005-09-161-3/+2
* if_ral_pccard does not depend on pccard module directly, but ratherimp2005-08-221-1/+0
* Fix basic rates set for 802.11a/g operating modes. This can significantlydamien2005-08-211-16/+29
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-201-4/+6
* Clarify/fix handling of the current channel:sam2005-08-101-7/+8
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-13/+14
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-2/+2
* remove local mods that snuck into rev 1.6sam2005-07-101-4/+1
* remove driver-private key allocators; use the default one insteadsam2005-07-101-12/+0
* oops ... forgot to declare sc in my previous commit. unbreak build.damien2005-07-081-0/+1
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failssam2005-07-081-2/+7
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-071-1/+3
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerdamien2005-06-291-9/+23
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-5/+11
* Fix WPA (802.11i) support.damien2005-05-221-0/+12
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-187-0/+3868
OpenPOWER on IntegriCloud