Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299931
b: refs/heads/master
c: 6ead629
h: refs/heads/master
i:
  299929: 0b413d6
  299927: a62b463
v: v3
  • Loading branch information
Eldad Zack authored and John W. Linville committed Apr 23, 2012
1 parent d302179 commit f30b71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 44eb65cfd8da4b9c231238998729e858e963a980
refs/heads/master: 6ead629b27269c553c9092c47cd8f5ab0309ee3b
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,7 @@ brcms_c_dotxstatus(struct brcms_c_info *wlc, struct tx_status *txs)
*/
if (!(txs->status & TX_STATUS_AMPDU)
&& (txs->status & TX_STATUS_INTERMEDIATE)) {
wiphy_err(wlc->wiphy, "%s: INTERMEDIATE but not AMPDU\n",
__func__);
BCMMSG(wlc->wiphy, "INTERMEDIATE but not AMPDU\n");
return false;
}

Expand Down

0 comments on commit f30b71e

Please sign in to comment.