diff options
| author | David S. Miller <davem@davemloft.net> | 2011-09-15 17:13:04 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-09-15 17:13:04 -0400 |
| commit | 883cb075833e7e4356207569e0daefa2c2a3f700 (patch) | |
| tree | 1920d1b300547d61c6f549a2dede97c29dd76607 /net | |
| parent | 8d661637407963d1990e53c36d53ace123219da3 (diff) | |
| parent | 8ea9ac0a47a179bf404b4f451e5e82cffe11940d (diff) | |
Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless
Diffstat (limited to 'net')
| -rw-r--r-- | net/mac80211/sta_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 3db78b696c5c..21070e9bc8d0 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -665,7 +665,7 @@ static int __must_check __sta_info_destroy(struct sta_info *sta) BUG_ON(!sdata->bss); atomic_dec(&sdata->bss->num_sta_ps); - __sta_info_clear_tim_bit(sdata->bss, sta); + sta_info_clear_tim_bit(sta); } local->num_sta--; |
