Re: [PATCH 11/16] wcn36xx: Add txrx.c
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-08-20 21:01:44
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-08-20 21:01:44
On Tue, 2013-08-20 at 19:41 +0200, Eugene Krasnikov wrote:
+ /* Data frames served first*/
+ if (is_low) {
+ /*
+ * Sometimes in AP mode mac80211 is trying to send data
+ * frame to nobody. Why?
+ */
+ if (!sta_priv)
+ wcn36xx_warn("Sending data packet to nobody");Umm, really? Have you heard of something called multicast? ;-) johannes