I am currently trying to stop packets for specific vifs.

This can easily be done if the IEEE80211_HW_QUEUE_CONTROL flag is set and using 
ieee80211_stop_vif_queues and ieee80211_wake_vif_queues from util.c. But some 
drivers/cards do not have this capability.

Currently, all vif queues map to the same hardware queues (since there's a 
single wireless device). Therefore, stopping and waking queues is a "global" 
action.

What are my options? Do I "manually" stop the outgoing packets at the mac80211 
level?

Specifications:
- kernel version 3.14
- ath9k

Regards,
Vladimir
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to