Linux wireless drivers development
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Ron Rindjunsky <ron.rindjunsky@intel.com>
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: Thu, 10 Jan 2008 15:56:20 +0100	[thread overview]
Message-ID: <1199976980.3861.87.camel@johannes.berg> (raw)
In-Reply-To: <11985948451654-git-send-email-ron.rindjunsky@intel.com>

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]


> @@ -292,9 +292,18 @@ static int ieee80211_stop(struct net_dev
>  	struct ieee80211_sub_if_data *sdata;
>  	struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
>  	struct ieee80211_if_init_conf conf;
> +	struct sta_info *sta;
> +	int i;
>  
>  	sdata = IEEE80211_DEV_TO_SUB_IF(dev);
>  
> +	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);
> +	}
> +

Hmm. Didn't think of this earlier, but when setting an interface down I
now always get the messages

[32566.907283] rx BA session requested to stop on inactive tid 0
[32566.907290] rx BA session requested to stop on inactive tid 1
[...]

I suppose the message isn't really necessary except from
ieee80211_sta_process_delba(), or something. Either way, we should get
rid of it in the regular case.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

  parent reply	other threads:[~2008-01-11 11:37 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
2008-01-10 14:56   ` Johannes Berg [this message]
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=1199976980.3861.87.camel@johannes.berg \
    --to=johannes@sipsolutions.net \
    --cc=flamingice@sourmilk.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=ron.rindjunsky@intel.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