diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-06 20:30:59 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-06 20:30:59 -0500 |
| commit | 205c911da322908abe127b96d2ef2a4a2aa5109a (patch) | |
| tree | 43f6878c6a255965a4061d05da68dbc1df9e0ca4 /include/linux | |
| parent | c7276fde27bca89798f33c0be9543dc108468788 (diff) | |
| parent | f3be97427172856d6865ddfedea84fa3a9f33227 (diff) | |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
sis900 warning fixes
mv643xx_eth: Place explicit port number in mv643xx_eth_platform_data
pcnet32: Fix PCnet32 performance bug on non-coherent architecutres
__devinit & __devexit cleanups for de2104x driver
3c59x: Handle pci_enable_device() failure while resuming
dmfe: Fix link detection
dmfe: fix two bugs
dmfe: trivial/spelling fixes
revert "drivers/net/tulip/dmfe: support basic carrier detection"
ucc_geth: returns NETDEV_TX_BUSY when BD ring is full
ucc_geth: Fix BD processing
natsemi: netpoll fixes
bonding: Improve IGMP join processing
bonding: only receive ARPs for us
bonding: fix double dev_add_pack
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/igmp.h | 2 | ||||
| -rw-r--r-- | include/linux/mv643xx.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/igmp.h b/include/linux/igmp.h index 9dbb525c5178..a113fe68d8a1 100644 --- a/include/linux/igmp.h +++ b/include/linux/igmp.h | |||
| @@ -218,5 +218,7 @@ extern void ip_mc_up(struct in_device *); | |||
| 218 | extern void ip_mc_down(struct in_device *); | 218 | extern void ip_mc_down(struct in_device *); |
| 219 | extern void ip_mc_dec_group(struct in_device *in_dev, __be32 addr); | 219 | extern void ip_mc_dec_group(struct in_device *in_dev, __be32 addr); |
| 220 | extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr); | 220 | extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr); |
| 221 | extern void ip_mc_rejoin_group(struct ip_mc_list *im); | ||
| 222 | |||
| 221 | #endif | 223 | #endif |
| 222 | #endif | 224 | #endif |
diff --git a/include/linux/mv643xx.h b/include/linux/mv643xx.h index e7d4da1cc9fa..c6d4ab86b83c 100644 --- a/include/linux/mv643xx.h +++ b/include/linux/mv643xx.h | |||
| @@ -1288,6 +1288,7 @@ struct mv64xxx_i2c_pdata { | |||
| 1288 | #define MV643XX_ETH_NAME "mv643xx_eth" | 1288 | #define MV643XX_ETH_NAME "mv643xx_eth" |
| 1289 | 1289 | ||
| 1290 | struct mv643xx_eth_platform_data { | 1290 | struct mv643xx_eth_platform_data { |
| 1291 | int port_number; | ||
| 1291 | u16 force_phy_addr; /* force override if phy_addr == 0 */ | 1292 | u16 force_phy_addr; /* force override if phy_addr == 0 */ |
| 1292 | u16 phy_addr; | 1293 | u16 phy_addr; |
| 1293 | 1294 | ||
