Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134470
b: refs/heads/master
c: cbe61d8
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Feb 13, 2009
1 parent 16bb2b0 commit 3669f1c
Show file tree
Hide file tree
Showing 23 changed files with 957 additions and 1,110 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: ba52da58be0acf3b7775972b2b5234ce64388c79
refs/heads/master: cbe61d8a41210600bc76b212edcd4dc0f55c014f
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath9k/ahb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void ath_ahb_cleanup(struct ath_softc *sc)
iounmap(sc->mem);
}

static bool ath_ahb_eeprom_read(struct ath_hal *ah, u32 off, u16 *data)
static bool ath_ahb_eeprom_read(struct ath_hw *ah, u32 off, u16 *data)
{
struct ath_softc *sc = ah->ah_sc;
struct platform_device *pdev = to_platform_device(sc->dev);
Expand Down Expand Up @@ -65,7 +65,7 @@ static int ath_ahb_probe(struct platform_device *pdev)
struct resource *res;
int irq;
int ret = 0;
struct ath_hal *ah;
struct ath_hw *ah;

if (!pdev->dev.platform_data) {
dev_err(&pdev->dev, "no platform data specified\n");
Expand Down
Loading

0 comments on commit 3669f1c

Please sign in to comment.