I added some debugging code to __ieee80211_rx() and I noticed in this loop: list_for_each_entry(sdata, &local->sub_if_list, list) { that my adapter has two interfaces, not one like I expected. I have the adapter in monitor mode. In the loop the first interface is IEEE80211_IF_TYPE_AP and the second is IEEE80211_IF_TYPE_MNTR. iwconfig only shows the monitor mode interface like I expected. -- Jon Smirl jonsmirl@xxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html