Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150884
b: refs/heads/master
c: 8b5b30e
h: refs/heads/master
v: v3
  • Loading branch information
Cindy H Kao authored and Inaky Perez-Gonzalez committed Jun 11, 2009
1 parent 7988b05 commit 1150558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 16820c166d3ad5973d388b5aa70ee7e535386657
refs/heads/master: 8b5b30ee7ddc989b59ce05dcf2d024a819dc8040
2 changes: 1 addition & 1 deletion trunk/drivers/net/wimax/i2400m/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ int __i2400m_dev_start(struct i2400m *i2400m, enum i2400m_bri flags)
error_tx_setup:
error_bootstrap:
if (result == -ERESTARTSYS && times-- > 0) {
flags = I2400M_BRI_SOFT;
flags = I2400M_BRI_SOFT|I2400M_BRI_MAC_REINIT;
goto retry;
}
d_fnend(3, dev, "(net_dev %p [i2400m %p]) = %d\n",
Expand Down

0 comments on commit 1150558

Please sign in to comment.