Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246883
b: refs/heads/master
c: 09d5b94
h: refs/heads/master
i:
  246881: b897af4
  246879: 374274b
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Apr 13, 2011
1 parent 3596bfe commit 32e5a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fbc29d6c3da58bc51416f65a50bdb419d4ea85b8
refs/heads/master: 09d5b94d2cbc6c3ebb70a9a318f6390d0b4cf010
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/htc_drv_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,10 @@ static void ath9k_set_hw_capab(struct ath9k_htc_priv *priv,

hw->wiphy->interface_modes =
BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_ADHOC);
BIT(NL80211_IFTYPE_ADHOC) |
BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_P2P_GO) |
BIT(NL80211_IFTYPE_P2P_CLIENT);

hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;

Expand Down

0 comments on commit 32e5a4e

Please sign in to comment.