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
78482456
Commit
78482456
authored
Oct 30, 2004
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge pobox.com:/garz/repo/linux-2.6
into pobox.com:/garz/repo/netdev-2.6/janitor
parents
702e4ff4
2cef163a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
drivers/net/via-velocity.h
drivers/net/via-velocity.h
+2
-2
drivers/net/wireless/ray_cs.c
drivers/net/wireless/ray_cs.c
+0
-4
No files found.
drivers/net/via-velocity.h
View file @
78482456
...
...
@@ -291,10 +291,10 @@ struct velocity_td_info {
dma_addr_t
buf_dma
;
};
enum
{
enum
velocity_owner
{
OWNED_BY_HOST
=
0
,
OWNED_BY_NIC
=
1
}
velocity_owner
;
};
/*
...
...
drivers/net/wireless/ray_cs.c
View file @
78482456
...
...
@@ -155,10 +155,6 @@ static void join_net(u_long local);
static
void
start_net
(
u_long
local
);
/* void start_net(ray_dev_t *local); */
/* Create symbol table for registering with kernel in init_module */
EXPORT_SYMBOL
(
ray_dev_ioctl
);
EXPORT_SYMBOL
(
ray_rx
);
/*===========================================================================*/
/* Parameters that can be set with 'insmod' */
/* Bit map of interrupts to choose from */
...
...
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