Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247138
b: refs/heads/master
c: f2f5f2a
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Apr 25, 2011
1 parent 6d4f1d6 commit 2adba24
Show file tree
Hide file tree
Showing 4 changed files with 6 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: 35d5f56125aba8667ac12277dff02ce51efbee16
refs/heads/master: f2f5f2a1cedc803a5a517557d436e6cb10c007de
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,8 @@ struct ath_hw {

/* Enterprise mode cap */
u32 ent_mode;

bool is_clk_25mhz;
};

struct ath_bus_ops {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ static int ath9k_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid,
sc->sc_ah->gpio_mask = pdata->gpio_mask;
sc->sc_ah->gpio_val = pdata->gpio_val;
sc->sc_ah->led_pin = pdata->led_pin;
ah->is_clk_25mhz = pdata->is_clk_25mhz;
}

common = ath9k_hw_common(ah);
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/ath9k_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ struct ath9k_platform_data {
int led_pin;
u32 gpio_mask;
u32 gpio_val;

bool is_clk_25mhz;
};

#endif /* _LINUX_ATH9K_PLATFORM_H */

0 comments on commit 2adba24

Please sign in to comment.