Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369645
b: refs/heads/master
c: 0648f3a
h: refs/heads/master
i:
  369643: f5a4785
v: v3
  • Loading branch information
Bing Zhao authored and John W. Linville committed Apr 22, 2013
1 parent f6ce497 commit dae74e5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d033d3a6b16cc0bbd9defaa048c65cbef9feab14
refs/heads/master: 0648f3a4b0e9598d75e8f68f0e20874239c2cb95
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/11ac.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int mwifiex_cmd_append_11ac_tlv(struct mwifiex_private *priv,

/* VHT Operation IE */
if (bss_desc->bcn_vht_oper) {
if (priv->bss_mode == HostCmd_BSS_MODE_IBSS) {
if (priv->bss_mode == NL80211_IFTYPE_STATION) {
vht_op = (struct mwifiex_ie_types_vht_oper *)*buffer;
memset(vht_op, 0, sizeof(*vht_op));
vht_op->header.type =
Expand Down

0 comments on commit dae74e5

Please sign in to comment.