diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 14:57:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 14:57:09 -0400 |
commit | 5165aece0efac6574fc3e32b6f1c2a964820d1c6 (patch) | |
tree | 73131c06a021578a47526a95bad391dbd9d3b932 /Documentation | |
parent | e38be994b9cad09b0d8d78a1875d7e8a2e115d29 (diff) | |
parent | f6b24caaf933a466397915a08e30e885a32f905a (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (43 commits)
via-velocity: Fix velocity driver unmapping incorrect size.
mlx4_en: Remove redundant refill code on RX
mlx4_en: Removed redundant check on lso header size
mlx4_en: Cancel port_up check in transmit function
mlx4_en: using stop/start_all_queues
mlx4_en: Removed redundant skb->len check
mlx4_en: Counting all the dropped packets on the TX side
usbnet cdc_subset: fix issues talking to PXA gadgets
Net: qla3xxx, remove sleeping in atomic
ipv4: fix NULL pointer + success return in route lookup path
isdn: clean up documentation index
cfg80211: validate station settings
cfg80211: allow setting station parameters in mesh
cfg80211: allow adding/deleting stations on mesh
ath5k: fix beacon_int handling
MAINTAINERS: Fix Atheros pattern paths
ath9k: restore PS mode, before we put the chip into FULL SLEEP state.
ath9k: wait for beacon frame along with CAB
acer-wmi: fix rfkill conversion
ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disabling
...
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/isdn/00-INDEX | 19 | ||||
-rw-r--r-- | Documentation/rfkill.txt | 2 |
2 files changed, 4 insertions, 17 deletions
diff --git a/Documentation/isdn/00-INDEX b/Documentation/isdn/00-INDEX index f6010a536590..e87e336f590e 100644 --- a/Documentation/isdn/00-INDEX +++ b/Documentation/isdn/00-INDEX | |||
@@ -14,25 +14,14 @@ README | |||
14 | - general info on what you need and what to do for Linux ISDN. | 14 | - general info on what you need and what to do for Linux ISDN. |
15 | README.FAQ | 15 | README.FAQ |
16 | - general info for FAQ. | 16 | - general info for FAQ. |
17 | README.audio | ||
18 | - info for running audio over ISDN. | ||
19 | README.fax | ||
20 | - info for using Fax over ISDN. | ||
21 | README.gigaset | ||
22 | - info on the drivers for Siemens Gigaset ISDN adapters. | ||
23 | README.icn | ||
24 | - info on the ICN-ISDN-card and its driver. | ||
25 | >>>>>>> 93af7aca44f0e82e67bda10a0fb73d383edcc8bd:Documentation/isdn/00-INDEX | ||
26 | README.HiSax | 17 | README.HiSax |
27 | - info on the HiSax driver which replaces the old teles. | 18 | - info on the HiSax driver which replaces the old teles. |
19 | README.act2000 | ||
20 | - info on driver for IBM ACT-2000 card. | ||
28 | README.audio | 21 | README.audio |
29 | - info for running audio over ISDN. | 22 | - info for running audio over ISDN. |
30 | README.avmb1 | 23 | README.avmb1 |
31 | - info on driver for AVM-B1 ISDN card. | 24 | - info on driver for AVM-B1 ISDN card. |
32 | README.act2000 | ||
33 | - info on driver for IBM ACT-2000 card. | ||
34 | README.eicon | ||
35 | - info on driver for Eicon active cards. | ||
36 | README.concap | 25 | README.concap |
37 | - info on "CONCAP" encapsulation protocol interface used for X.25. | 26 | - info on "CONCAP" encapsulation protocol interface used for X.25. |
38 | README.diversion | 27 | README.diversion |
@@ -59,7 +48,3 @@ README.x25 | |||
59 | - info for running X.25 over ISDN. | 48 | - info for running X.25 over ISDN. |
60 | syncPPP.FAQ | 49 | syncPPP.FAQ |
61 | - frequently asked questions about running PPP over ISDN. | 50 | - frequently asked questions about running PPP over ISDN. |
62 | README.hysdn | ||
63 | - info on driver for Hypercope active HYSDN cards | ||
64 | README.mISDN | ||
65 | - info on the Modular ISDN subsystem (mISDN). | ||
diff --git a/Documentation/rfkill.txt b/Documentation/rfkill.txt index c8acd8659e91..b4860509c319 100644 --- a/Documentation/rfkill.txt +++ b/Documentation/rfkill.txt | |||
@@ -111,6 +111,8 @@ following attributes: | |||
111 | 111 | ||
112 | name: Name assigned by driver to this key (interface or driver name). | 112 | name: Name assigned by driver to this key (interface or driver name). |
113 | type: Driver type string ("wlan", "bluetooth", etc). | 113 | type: Driver type string ("wlan", "bluetooth", etc). |
114 | persistent: Whether the soft blocked state is initialised from | ||
115 | non-volatile storage at startup. | ||
114 | state: Current state of the transmitter | 116 | state: Current state of the transmitter |
115 | 0: RFKILL_STATE_SOFT_BLOCKED | 117 | 0: RFKILL_STATE_SOFT_BLOCKED |
116 | transmitter is turned off by software | 118 | transmitter is turned off by software |