| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- make sure the interface is up before continuing in atu_start
- use IFQ_DEQUEUE instead of IF_DEQUEUE
|
| |
|
| |
|
|
|
|
|
| |
Fabio Olive Leite <foleite at yahoo dot com dot br> and some
additional wi devices found in linux-wlan driver.
|
| |
|
|
|
|
|
| |
Fabio Olive Leite <foleite at yahoo dot com dot br> and some
additional wi devices found in linux-wlan driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
---
Make the node table into an LRU cache: least-recently used nodes
are at the end of the node queue. Change the reference-counting
discipline: ni->ni_refcnt indicates how many times net80211 has
granted ni to the driver. Every node in the table with ni_refcnt=0
is eligible to be garbage-collected. The mere presence of a node
in the table does not any longer indicate its auth/assoc state;
nodes have a ni_state variable, now.
While I am here, patch ieee80211_find_node_for_beacon to do a "best
match" by bssid/ssid/channel, not a "perfect match." This keeps
net80211 from caching duplicate nodes in the table.
---
ok deraadt@ dlg@, looks good jsg@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hshoexer@ henning@; ok henning@
|
|
|
|
| |
tested hshoexer@ henning@, ok henning@
|
| |
|
|
|
|
|
|
|
|
|
| |
after we recieve it.
the crc is little endian, so always transmit it in that byteorder. this lets
me talk to a zaurus with a sparc64.
ok drahn@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tty/cua device.
|
| |
|
|
|
|
| |
Waldemar Brodkorb.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Additional USB wi devices found in linux-wlan.
Sort Sitecom section.
|
|
|
|
|
|
|
| |
files for now.
Adopted from FreeBSD for our netbt stack.
Help in testing by many, ok markus@
|
|
|
|
| |
ok dlg@ henning@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure that we call uplcom_set_line_state() to get consistent state
between our idea of flow controll settings and the chips one.
In uplcom_set_line_state use the same value as the manufacturer suggests,
since the previously used (umodem based) values do not seem to work.
It is not completely clear what happened here - either the "not calling
uplcom_set_line_state" due to luck prevented the non working state to
be discovered or there are variants of the chip that need the old values.
During testing none such chips have been found - if they ever apear we
might have to make this function more intelligent, depending on the chip
in use.
|
|
|
|
|
| |
Add support for CTS modemsignal as well.
RI does not seem to be supported.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The MC3G is a cardbus device with an integrated OHCI usb
controller. The GRPS/UMTS modem is attached via an internal
Belkin serial adapter (ubsa(4)).
Thanks to sh at horzela dot com.
ok deraadt@ and dlg@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- call foo_setmulti only instead of init'ing the chip
- don't overwrite potential error return with success when calling
ether_addmulti/ether_delmulti
ok dlg@
|
| |
|
| |
|
|
|
|
| |
ok jsg@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
log message:
Attempt to follow the correct procedure for synchronising with the
system BIOS to disable legacy device emulation as per the "EHCI
Extended Capability: Pre-OS to OS Handoff Synchronisation" section
of the EHCI spec. BIOSes that implement legacy emulation using SMIs
are supposed to disable the emulation when this procedure is performed.
tested on various archs by jsg@ and me
ok pascoe@, looks sane jsg@
|
| |
|
|
|
|
| |
Noticed by brad@
|
| |
|
|
|
|
| |
firmwares or revisions of the chip. also remove the option to turn it off.
|
| |
|
|
|
|
|
|
| |
carefully. unfortunately, we cannot find anyone who has one of these devices
in our entire user community, thus far. commit it anyways. whoever finds
one can contact me if there is a problem.
|