Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b4516a28
Commit
b4516a28
authored
Sep 17, 2012
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
12ebc8b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
include/net/llc.h
include/net/llc.h
+0
-1
net/llc/sysctl_net_llc.c
net/llc/sysctl_net_llc.c
+0
-7
No files found.
include/net/llc.h
View file @
b4516a28
...
...
@@ -151,7 +151,6 @@ extern int sysctl_llc2_ack_timeout;
extern
int
sysctl_llc2_busy_timeout
;
extern
int
sysctl_llc2_p_timeout
;
extern
int
sysctl_llc2_rej_timeout
;
extern
int
sysctl_llc_station_ack_timeout
;
#else
#define llc_sysctl_init() (0)
#define llc_sysctl_exit() do { } while(0)
...
...
net/llc/sysctl_net_llc.c
View file @
b4516a28
...
...
@@ -47,13 +47,6 @@ static struct ctl_table llc2_timeout_table[] = {
};
static
struct
ctl_table
llc_station_table
[]
=
{
{
.
procname
=
"ack_timeout"
,
.
data
=
&
sysctl_llc_station_ack_timeout
,
.
maxlen
=
sizeof
(
long
),
.
mode
=
0644
,
.
proc_handler
=
proc_dointvec_jiffies
,
},
{
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment