Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203813
b: refs/heads/master
c: bd75eb8
h: refs/heads/master
i:
  203811: 0289dc5
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Jul 26, 2010
1 parent 2350451 commit 77721f6
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: 3be61a3851c458fb4ce394645e26e8e9670c796a
refs/heads/master: bd75eb854300c7e09eaf067572498abdeb9d3424
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void lbs_send_tx_feedback(struct lbs_private *priv, u32 try_count)
{
struct tx_radiotap_hdr *radiotap_hdr;

if (!priv->wdev->iftype == NL80211_IFTYPE_MONITOR ||
if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR ||
priv->currenttxskb == NULL)
return;

Expand Down

0 comments on commit 77721f6

Please sign in to comment.