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
Kirill Smelkov
linux
Commits
d3f0fcec
Commit
d3f0fcec
authored
May 16, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
parents
8711a1b9
c8920ba0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
drivers/net/Makefile
drivers/net/Makefile
+1
-1
drivers/net/ibm_emac/ibm_emac_core.c
drivers/net/ibm_emac/ibm_emac_core.c
+1
-1
drivers/net/tulip/tulip_core.c
drivers/net/tulip/tulip_core.c
+1
-1
drivers/net/wireless/Kconfig
drivers/net/wireless/Kconfig
+1
-1
No files found.
drivers/net/Makefile
View file @
d3f0fcec
...
...
@@ -187,7 +187,7 @@ obj-$(CONFIG_TR) += tokenring/
obj-$(CONFIG_WAN)
+=
wan/
obj-$(CONFIG_ARCNET)
+=
arcnet/
obj-$(CONFIG_NET_PCMCIA)
+=
pcmcia/
obj-$(CONFIG_NET_
WIRELESS
)
+=
wireless/
obj-$(CONFIG_NET_
RADIO
)
+=
wireless/
obj-$(CONFIG_NET_TULIP)
+=
tulip/
obj-$(CONFIG_HAMRADIO)
+=
hamradio/
obj-$(CONFIG_IRDA)
+=
irda/
...
...
drivers/net/ibm_emac/ibm_emac_core.c
View file @
d3f0fcec
...
...
@@ -1595,7 +1595,7 @@ static struct ethtool_ops emac_ethtool_ops = {
static
int
emac_ioctl
(
struct
net_device
*
dev
,
struct
ifreq
*
rq
,
int
cmd
)
{
struct
ocp_enet_private
*
fep
=
dev
->
priv
;
uint
*
data
=
(
uin
t
*
)
&
rq
->
ifr_ifru
;
uint
16_t
*
data
=
(
uint16_
t
*
)
&
rq
->
ifr_ifru
;
switch
(
cmd
)
{
case
SIOCGMIIPHY
:
...
...
drivers/net/tulip/tulip_core.c
View file @
d3f0fcec
...
...
@@ -1104,7 +1104,7 @@ static void set_rx_mode(struct net_device *dev)
if
(
entry
!=
0
)
{
/* Avoid a chip errata by prefixing a dummy entry. Don't do
this on the ULI526X as it triggers a different problem */
if
(
!
(
tp
->
chip_id
==
ULI526X
&&
(
tp
->
revision
=
0x40
||
tp
->
revision
==
0x50
)))
{
if
(
!
(
tp
->
chip_id
==
ULI526X
&&
(
tp
->
revision
=
=
0x40
||
tp
->
revision
==
0x50
)))
{
tp
->
tx_buffers
[
entry
].
skb
=
NULL
;
tp
->
tx_buffers
[
entry
].
mapping
=
0
;
tp
->
tx_ring
[
entry
].
length
=
...
...
drivers/net/wireless/Kconfig
View file @
d3f0fcec
...
...
@@ -323,7 +323,7 @@ config PRISM54
For a complete list of supported cards visit <http://prism54.org>.
Here is the latest confirmed list of supported cards:
3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
(version 1)
Allnet ALL0271 PCI Card
Compex WL54G Cardbus Card
Corega CG-WLCB54GT Cardbus Card
...
...
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