Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129756
b: refs/heads/master
c: 85b9e4f
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jan 13, 2009
1 parent d972a20 commit 5246181
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: 51e99158d261a5ec5772ca89b935c3daa270b07c
refs/heads/master: 85b9e4fe13de9b35af1dbd50acc5f4978b9119ee
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ int ieee80211_start_tx_ba_session(struct ieee80211_hw *hw, u8 *ra, u16 tid)
struct ieee80211_sub_if_data *sdata;
u16 start_seq_num;
u8 *state;
int ret;
int ret = 0;

if ((tid >= STA_TID_NUM) || !(hw->flags & IEEE80211_HW_AMPDU_AGGREGATION))
return -EINVAL;
Expand Down

0 comments on commit 5246181

Please sign in to comment.