Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348381
b: refs/heads/master
c: 6c653f6
h: refs/heads/master
i:
  348379: d19af9b
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jan 2, 2013
1 parent cf83973 commit a6abe7f
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 4c3de5920c486b8eefa6187ee6a181864c161100
refs/heads/master: 6c653f66772c39c5e25db715bbd4730596fccd9e
6 changes: 5 additions & 1 deletion trunk/drivers/net/wireless/ath/carl9170/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,12 @@ static int carl9170_fw(struct ar9170 *ar, const __u8 *data, size_t len)
if (SUPP(CARL9170FW_WLANTX_CAB)) {
if_comb_types |=
BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_MESH_POINT) |
BIT(NL80211_IFTYPE_P2P_GO);

#ifdef CONFIG_MAC80211_MESH
if_comb_types |=
BIT(NL80211_IFTYPE_MESH_POINT);
#endif /* CONFIG_MAC80211_MESH */
}
}

Expand Down

0 comments on commit a6abe7f

Please sign in to comment.