Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247549
b: refs/heads/master
c: 4268d8e
h: refs/heads/master
i:
  247547: fd108a7
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed May 5, 2011
1 parent 6da8c81 commit 85236b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: aca355b9784fbc960c9caa6b30f953a965296420
refs/heads/master: 4268d8ed64ed918384954924284ba396cdb0e388
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/rt2x00/rt2x00usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static bool rt2x00usb_kick_tx_entry(struct queue_entry *entry, void* data)

if (!test_and_clear_bit(ENTRY_DATA_PENDING, &entry->flags) ||
test_bit(ENTRY_DATA_STATUS_PENDING, &entry->flags))
return true;
return false;

/*
* USB devices cannot blindly pass the skb->len as the
Expand Down Expand Up @@ -392,7 +392,7 @@ static bool rt2x00usb_kick_rx_entry(struct queue_entry *entry, void* data)

if (test_and_set_bit(ENTRY_OWNER_DEVICE_DATA, &entry->flags) ||
test_bit(ENTRY_DATA_STATUS_PENDING, &entry->flags))
return true;
return false;

rt2x00lib_dmastart(entry);

Expand Down Expand Up @@ -447,7 +447,7 @@ static bool rt2x00usb_flush_entry(struct queue_entry *entry, void* data)
struct queue_entry_priv_usb_bcn *bcn_priv = entry->priv_data;

if (!test_bit(ENTRY_OWNER_DEVICE_DATA, &entry->flags))
return true;
return false;

usb_kill_urb(entry_priv->urb);

Expand Down

0 comments on commit 85236b2

Please sign in to comment.