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
9266734a
Commit
9266734a
authored
Oct 18, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://gkernel.bkbits.net/net-drivers-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
6db492bc
cf9735f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/net/typhoon.c
drivers/net/typhoon.c
+1
-0
drivers/net/wan/cycx_x25.c
drivers/net/wan/cycx_x25.c
+1
-1
No files found.
drivers/net/typhoon.c
View file @
9266734a
...
...
@@ -114,6 +114,7 @@ static const int multicast_filter_limit = 32;
#include <linux/in6.h>
#include <asm/checksum.h>
#include <linux/version.h>
#include <linux/dma-mapping.h>
#include "typhoon.h"
#include "typhoon-firmware.h"
...
...
drivers/net/wan/cycx_x25.c
View file @
9266734a
...
...
@@ -1195,7 +1195,7 @@ static int x25_place_call(struct cycx_device *card,
remotelen
=
strlen
(
chan
->
addr
);
u8
key
;
if
(
card
->
u
.
x
.
connection_keys
==
~
0U
L
)
{
if
(
card
->
u
.
x
.
connection_keys
==
~
0U
)
{
printk
(
KERN_INFO
"%s: too many simultaneous connection "
"requests!
\n
"
,
card
->
devname
);
return
-
EAGAIN
;
...
...
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