Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118659
b: refs/heads/master
c: 013cd39
h: refs/heads/master
i:
  118657: ca117c0
  118655: 2566102
v: v3
  • Loading branch information
Jianjun Kong authored and David S. Miller committed Nov 11, 2008
1 parent cc1ac93 commit 68c9467
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: b7b45f47d6f8c83a0f958d7e2924468b6942dd9e
refs/heads/master: 013cd397532e5803a1625954a884d021653da720
2 changes: 1 addition & 1 deletion trunk/net/mac80211/debugfs_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static ssize_t sta_agg_status_write(struct file *file,
/* toggle Rx aggregation command */
tid_num = tid_num - 100;
if (tid_static_rx[tid_num] == 1) {
strcpy(state, "off ");
strcpy(state, "off");
ieee80211_sta_stop_rx_ba_session(sta->sdata, da, tid_num, 0,
WLAN_REASON_QSTA_REQUIRE_SETUP);
sta->ampdu_mlme.tid_state_rx[tid_num] |=
Expand Down

0 comments on commit 68c9467

Please sign in to comment.