Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289952
b: refs/heads/master
c: e2d75c1
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Cavallari authored and John W. Linville committed Jan 24, 2012
1 parent eb27d71 commit c1ab7f4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: efa6a09db6d6c27557fb55299b9835b45b968eae
refs/heads/master: e2d75c136f8df4a4e28ece75c475a65b9292729a
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/carl9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,9 @@ void *carl9170_alloc(size_t priv_size)
ar->noise[i] = -95; /* ATH_DEFAULT_NOISE_FLOOR */

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

/* As IBSS Encryption is software-based, IBSS RSN is supported. */
hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
return ar;

err_nomem:
Expand Down

0 comments on commit c1ab7f4

Please sign in to comment.