OSDN Git Service

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)
commitf98c3bd24161e9aaa73b9cd4dc6b1742c085ac17
tree82a34790535b773f8d2d6b59a715385dc40b3ef9
parent8089cc47ed45df8f5a44f92f53140e6fd0958409
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