]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Add a simple virtual wiphy scheduler
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 3 Mar 2009 17:23:39 +0000 (19:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 Mar 2009 19:39:48 +0000 (14:39 -0500)
commit71c23500f08978119a86288adcf9f91b4ea8a67f
tree82a34790535b773f8d2d6b59a715385dc40b3ef9
parentd03d8fb4ad0a36a699cc34cd1c7bfba96cc44f92
ath9k: Add a simple virtual wiphy scheduler

This is a very simple scheduler that goes through the wiphys and
schedules one at a time every N milliseconds (current default value:
500 ms). This is enough for initial testing, but there are number of
areas where a more complex scheduler can improve operations greatly.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/ath9k.h
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/ath9k/virtual.c