Searched hist:a918fb3cc6a58f918f36348c43c3170bb88bc599 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | txrx.c | diff a918fb3cc6a58f918f36348c43c3170bb88bc599 Mon Nov 07 14:52:46 CST 2011 Raja Mani <rmani@qca.qualcomm.com> ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake up
The target triggers sdio data line to wake up the host when WOW pattern matches. This causes sdio irq handler is being executed in the host side which internally hits ath6kl's RX path.
WOW resume should happen before start processing any data from the target. So it's required to perform WOW resume in RX path.
This area needs bit rework to avoid WOW resume in RX path, As of now it's fine to have this model, rework will be done later.
Signed-off-by: Raja Mani <rmani@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
|
H A D | core.h | diff a918fb3cc6a58f918f36348c43c3170bb88bc599 Mon Nov 07 14:52:46 CST 2011 Raja Mani <rmani@qca.qualcomm.com> ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake up
The target triggers sdio data line to wake up the host when WOW pattern matches. This causes sdio irq handler is being executed in the host side which internally hits ath6kl's RX path.
WOW resume should happen before start processing any data from the target. So it's required to perform WOW resume in RX path.
This area needs bit rework to avoid WOW resume in RX path, As of now it's fine to have this model, rework will be done later.
Signed-off-by: Raja Mani <rmani@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
|
H A D | cfg80211.c | diff a918fb3cc6a58f918f36348c43c3170bb88bc599 Mon Nov 07 14:52:46 CST 2011 Raja Mani <rmani@qca.qualcomm.com> ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake up
The target triggers sdio data line to wake up the host when WOW pattern matches. This causes sdio irq handler is being executed in the host side which internally hits ath6kl's RX path.
WOW resume should happen before start processing any data from the target. So it's required to perform WOW resume in RX path.
This area needs bit rework to avoid WOW resume in RX path, As of now it's fine to have this model, rework will be done later.
Signed-off-by: Raja Mani <rmani@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
|