Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340658
b: refs/heads/master
c: bd473da
h: refs/heads/master
v: v3
  • Loading branch information
Nithin Nayak Sujir authored and David S. Miller committed Nov 7, 2012
1 parent 34d60c7 commit c3eb88b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 79d4969535f1d569d7ddf7f58242994e9479a28d
refs/heads/master: bd473da35bc21a0004b8ad35c19e0c8b53b03f36
8 changes: 3 additions & 5 deletions trunk/drivers/net/ethernet/broadcom/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ static inline void _tg3_flag_clear(enum TG3_FLAGS flag, unsigned long *bits)

#define DRV_MODULE_NAME "tg3"
#define TG3_MAJ_NUM 3
#define TG3_MIN_NUM 125
#define TG3_MIN_NUM 126
#define DRV_MODULE_VERSION \
__stringify(TG3_MAJ_NUM) "." __stringify(TG3_MIN_NUM)
#define DRV_MODULE_RELDATE "September 26, 2012"
#define DRV_MODULE_RELDATE "November 05, 2012"

#define RESET_KIND_SHUTDOWN 0
#define RESET_KIND_INIT 1
Expand Down Expand Up @@ -10430,10 +10430,8 @@ static void tg3_stop(struct tg3 *tp)
{
int i;

tg3_napi_disable(tp);
tg3_reset_task_cancel(tp);

netif_tx_disable(tp->dev);
tg3_netif_stop(tp);

tg3_timer_stop(tp);

Expand Down

0 comments on commit c3eb88b

Please sign in to comment.