diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-16 01:10:04 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-16 01:10:04 -0500 |
| commit | 8f7dcd21cdf133ce288b9b62761cb9fa49087a69 (patch) | |
| tree | b585a86247d9b7df52027be2c4f9160188d96e38 /include | |
| parent | 9a36fb680fa7288941acbb62ad1f27b38af054c3 (diff) | |
ISDN/PPP: Adapt sync-PPP
Make sync PPP compile with the latest changes to the ISDN net device
layer - PPP negotiations work again after this patch.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/isdn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 6266234c3644..95352ab33f37 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -342,9 +342,9 @@ typedef struct isdn_net_local_s { protected by serializing config ioctls / no change allowed when interface is running */ - struct list_head online; /* circular list of all bundled - channels, which are currently - online + struct list_head online; /* list of all bundled channels + which can be used for actual + data (IP) transfer protected by xmit_lock */ spinlock_t xmit_lock; /* used to protect the xmit path of |
