From: "Ron Rindjunsky" <ron.rindjunsky@intel.com>
To: "Johannes Berg" <johannes@sipsolutions.net>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
flamingice@sourmilk.net, tomas.winkler@intel.com,
yi.zhu@intel.com
Subject: Re: [PATCH 3/8 v3] mac80211: A-MPDU Rx adding basic functionality
Date: Sun, 30 Dec 2007 11:02:04 +0200 [thread overview]
Message-ID: <c85cb4470712300102i609917f6xd61c7e66d34562fc@mail.gmail.com> (raw)
In-Reply-To: <1198848340.4103.111.camel@johannes.berg>
> > + list_for_each_entry(sta, &local->sta_list, list) {
> > + for (i = 0; i < STA_TID_NUM; i++)
> > + ieee80211_sta_stop_rx_ba_session(sta->dev, sta->addr,
> > + i, WLAN_BACK_RECIPIENT,
> > + WLAN_REASON_QSTA_LEAVE_QBSS);
> > + }
>
> This needs something like
>
> if (sta->dev == dev)
>
> but I don't really care whether it's in this or a subsequent patch since
> we don't have drivers supporting multi-STA operation.
ok, i'll add this condition in a seperate patch.
thanks
ron
>
> johannes
>
>
next prev parent reply other threads:[~2007-12-30 9:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-25 15:00 [PATCH 0/8 v3] mac80211/iwlwifi: integrate IEEE802.11n A-MPDU Rx MLME Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 1/8 v3] mac80211: A-MPDU Rx add low level driver API Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 2/8 v3] mac80211: A-MPDU Rx add MLME structures Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 3/8 v3] mac80211: A-MPDU Rx adding basic functionality Ron Rindjunsky
2007-12-28 13:25 ` Johannes Berg
2007-12-30 9:02 ` Ron Rindjunsky [this message]
2008-01-10 14:56 ` Johannes Berg
2008-01-11 18:20 ` Ron Rindjunsky
2008-01-11 21:55 ` Johannes Berg
2007-12-25 15:00 ` [PATCH 4/8 v3] mac80211: A-MPDU Rx MLME data initialization Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 5/8 v3] mac80211: A-MPDU Rx handling aggregation reordering Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 6/8 v3] mac80211: A-MPDU Rx adding BAR handling capability Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 7/8 v3] mac80211: A-MPDU Rx handling DELBA requests Ron Rindjunsky
2007-12-25 15:00 ` [PATCH 8/8 v3] iwlwifi: A-MPDU Rx flow enabled Ron Rindjunsky
2007-12-28 13:29 ` [PATCH 0/8 v3] mac80211/iwlwifi: integrate IEEE802.11n A-MPDU Rx MLME Johannes Berg
2008-01-08 15:08 ` Ron Rindjunsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c85cb4470712300102i609917f6xd61c7e66d34562fc@mail.gmail.com \
--to=ron.rindjunsky@intel.com \
--cc=flamingice@sourmilk.net \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=tomas.winkler@intel.com \
--cc=yi.zhu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox