Re: [PATCH 4/8] mac80211: A-MPDU Rx MLME data initialization
From: Ron Rindjunsky <hidden>
Date: 2007-12-18 13:43:22
From: Ron Rindjunsky <hidden>
Date: 2007-12-18 13:43:22
quoted
+ spin_lock_init(&sta->ampdu_mlme.ampdu_rx); + for (i = 0; i < STA_TID_NUM; i++) { + sta->timer_to_tid[i] = i;Please add a comment here as well that this *must* be initialised to the identity mapping and have the comment mention the user(s).
will add a comment