Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289131
b: refs/heads/master
c: ac399bc
h: refs/heads/master
i:
  289129: 6c383a4
  289127: 5ecb807
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent dad8356 commit 6515603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfbc6a92212e74b07aa76c9e2f20c542e36077fb
refs/heads/master: ac399bc0f40a9d578bc31e0e5e31814dd1083e68
6 changes: 3 additions & 3 deletions trunk/drivers/staging/et131x/et131x.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ static int et131x_init_eeprom(struct et131x_adapter *adapter)
/* THIS IS A WORKAROUND:
* I need to call this function twice to get my card in a
* LG M1 Express Dual running. I tried also a msleep before this
* function, because I thougth there could be some time condidions
* function, because I thought there could be some time condidions
* but it didn't work. Call the whole function twice also work.
*/
if (pci_read_config_byte(pdev, ET1310_PCI_EEPROM_STATUS, &eestatus)) {
Expand Down Expand Up @@ -987,7 +987,7 @@ static void et1310_config_mac_regs1(struct et131x_adapter *adapter)
writel(station1, &macregs->station_addr_1);
writel(station2, &macregs->station_addr_2);

/* Max ethernet packet in bytes that will passed by the mac without
/* Max ethernet packet in bytes that will be passed by the mac without
* being truncated. Allow the MAC to pass 4 more than our max packet
* size. This is 4 for the Ethernet CRC.
*
Expand Down Expand Up @@ -4413,7 +4413,7 @@ static void et131x_up(struct net_device *netdev)

/**
* et131x_down - Bring down the device
* @netdev: device to be broght down
* @netdev: device to be brought down
*/
static void et131x_down(struct net_device *netdev)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/et131x/et131x.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ struct rxdma_regs { /* Location: */
* structure for tx test reg in txmac address map
* located at address 0x3014
* 31-17: unused
* 16: reserved1
* 16: reserved
* 15: txtest_en
* 14-11: unused
* 10-0: txq test pointer
Expand Down Expand Up @@ -1485,7 +1485,7 @@ struct address_map {
* 3: reserved
* 2: ignore_10g_fr
* 1: reserved
* 0: preamble_supress_en
* 0: preamble_suppress_en
*/

/* MI Register 22: PHY Configuration Reg(0x16)
Expand Down

0 comments on commit 6515603

Please sign in to comment.