summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rln.c
AgeCommit message (Collapse)Author
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jun-ichiro itojun Hagino
1999-08-26remove some unneeded debuggingDavid Leonard
1999-08-25receive works a lot better nowDavid Leonard
1999-08-21Disable device interrupts in INTSEL register when interface is down.David Leonard
Some comment cleanup. Add compatible hash function for generating 20-bit security key. (So much for Proxim's security by obscurity.)
1999-08-19-remove some more staticsDavid Leonard
-don't loop hoping for piggybacked interrupts if the card is ejected mid-read -tried padding the mbufs to see if that helps receive -put in structure for hardware header (contains signal strength I think) still not completely working, but things are happening
1999-08-08These all are backends for interfaces that can be attached late, whenceNiklas Hallqvist
ifinit can not set their ifq_maxlen, so do it ourselves.
1999-07-30rename rl2->rln for sanityDavid Leonard