Re: [PATCH 3/8 v3] mac80211: A-MPDU Rx adding basic functionality
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2008-01-11 21:55:50
Attachments
- signature.asc [application/pgp-signature] 828 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2008-01-11 21:55:50
On Fri, 2008-01-11 at 20:20 +0200, Ron Rindjunsky wrote:
quoted
[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.
what about putting it inside CONFIG_MAC80211_HT_DEBUG ? i don't want to lose this print, there are several cases were it might help - timer expirations, delBA, and fragmented frames.
I'd prefer not to get it even with HT_DEBUG enabled when I had no chance of doing HT in the first case because my hardware can't handle that. johannes