Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111223
b: refs/heads/master
c: 3994d50
h: refs/heads/master
i:
  111221: 2f84870
  111219: b6c37e3
  111215: c438566
v: v3
  • Loading branch information
David Kilroy authored and John W. Linville committed Aug 22, 2008
1 parent d060c25 commit b4925f5
Show file tree
Hide file tree
Showing 11 changed files with 347 additions and 157 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: 8f5ae73c5366128d3800cf9765507422bcf1ef96
refs/heads/master: 3994d502017a2239e30152d1231843ad05d04a7b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ config HERMES
tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211
select WIRELESS_EXT
select FW_LOADER
---help---
A driver for 802.11b wireless cards based on the "Hermes" or
Intersil HFA384x (Prism 2) MAC controller. This includes the vast
Expand Down Expand Up @@ -424,7 +425,6 @@ config PCMCIA_HERMES
config PCMCIA_SPECTRUM
tristate "Symbol Spectrum24 Trilogy PCMCIA card support"
depends on PCMCIA && HERMES
select FW_LOADER
---help---

This is a driver for 802.11b cards using RAM-loadable Symbol
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/airport.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ airport_attach(struct macio_dev *mdev, const struct of_device_id *match)
}

/* Allocate space for private device-specific data */
dev = alloc_orinocodev(sizeof(*card), airport_hard_reset);
dev = alloc_orinocodev(sizeof(*card), &mdev->ofdev.dev,
airport_hard_reset, NULL);
if (! dev) {
printk(KERN_ERR PFX "Cannot allocate network device\n");
return -ENODEV;
Expand Down
Loading

0 comments on commit b4925f5

Please sign in to comment.