Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159433
b: refs/heads/master
c: 297713d
h: refs/heads/master
i:
  159431: 5dc8baa
v: v3
  • Loading branch information
Atsushi Nemoto authored and David S. Miller committed Aug 6, 2009
1 parent 2de44ff commit 36301c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: bfe34ebbaa125f00da309f59cc9d30febe1e3115
refs/heads/master: 297713decac17527d3583fcd4d18564568cac759
7 changes: 4 additions & 3 deletions trunk/drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
*/

#ifdef TC35815_NAPI
#define DRV_VERSION "1.37-NAPI"
#define DRV_VERSION "1.38-NAPI"
#else
#define DRV_VERSION "1.37"
#define DRV_VERSION "1.38"
#endif
static const char *version = "tc35815.c:v" DRV_VERSION "\n";
#define MODNAME "tc35815"
Expand Down Expand Up @@ -341,8 +341,9 @@ struct BDesc {
Tx_EnExColl | Tx_EnLCarr | Tx_EnExDefer | Tx_EnUnder | \
Tx_En) /* maybe 0x7b01 */
#endif
/* Do not use Rx_StripCRC -- it causes trouble on BLEx/FDAEx condition */
#define RX_CTL_CMD (Rx_EnGood | Rx_EnRxPar | Rx_EnLongErr | Rx_EnOver \
| Rx_EnCRCErr | Rx_EnAlign | Rx_StripCRC | Rx_RxEn) /* maybe 0x6f11 */
| Rx_EnCRCErr | Rx_EnAlign | Rx_RxEn) /* maybe 0x6f01 */
#define INT_EN_CMD (Int_NRAbtEn | \
Int_DmParErrEn | Int_DParDEn | Int_DParErrEn | \
Int_SSysErrEn | Int_RMasAbtEn | Int_RTargAbtEn | \
Expand Down

0 comments on commit 36301c7

Please sign in to comment.