Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351794
b: refs/heads/master
c: 55fa645
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jan 7, 2013
1 parent a53992a commit f9ac99c
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 7a5c7307736cdc26146581aed24cc46a4c7e6f35
refs/heads/master: 55fa645e3a3f4c0b5da744eb0e1fec4e51dfc75e
8 changes: 8 additions & 0 deletions trunk/drivers/net/wireless/ath/carl9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,14 @@ static int carl9170_init_interface(struct ar9170 *ar,
ar->disable_offload |= ((vif->type != NL80211_IFTYPE_STATION) &&
(vif->type != NL80211_IFTYPE_AP));

/* While the driver supports HW offload in a single
* P2P client configuration, it doesn't support HW
* offload in the favourit, concurrent P2P GO+CLIENT
* configuration. Hence, HW offload will always be
* disabled for P2P.
*/
ar->disable_offload |= vif->p2p;

ar->rx_software_decryption = ar->disable_offload;

err = carl9170_set_operating_mode(ar);
Expand Down

0 comments on commit f9ac99c

Please sign in to comment.