Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261053
b: refs/heads/master
c: f76f424
h: refs/heads/master
i:
  261051: 5385227
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jul 26, 2011
1 parent bb2e208 commit ee46b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a203c2aa4cefccb879c879b8e1cad1a09a679e55
refs/heads/master: f76f424353e678f904c6c13f997851efb6077419
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/b43/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,12 @@ void b43_bus_set_wldev(struct b43_bus_dev *dev, void *wldev)
#ifdef CONFIG_B43_BCMA
case B43_BUS_BCMA:
bcma_set_drvdata(dev->bdev, wldev);
break;
#endif
#ifdef CONFIG_B43_SSB
case B43_BUS_SSB:
ssb_set_drvdata(dev->sdev, wldev);
break;
#endif
}
}

0 comments on commit ee46b51

Please sign in to comment.