Changeset 19028
- Timestamp:
- 04/14/12 01:51:41 (14 months ago)
- Location:
- src/linux/universal/linux-3.3
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
drivers/net/wireless/ath/ath9k/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/universal/linux-3.3/Makefile
r19019 r19028 2 2 PATCHLEVEL = 3 3 3 SUBLEVEL = 2 4 EXTRAVERSION = -rc14 EXTRAVERSION = 5 5 NAME = Saber-toothed Squirrel 6 6 -
src/linux/universal/linux-3.3/drivers/net/wireless/ath/ath9k/main.c
r18879 r19028 119 119 goto unlock; 120 120 121 if (sc->ps_flags & PS_WAIT_FOR_TX_ACK) 122 goto unlock; 123 124 if (sc->ps_idle) 121 if (sc->ps_idle && (sc->ps_flags & PS_WAIT_FOR_TX_ACK)) 125 122 mode = ATH9K_PM_FULL_SLEEP; 126 123 else if (sc->ps_enabled && 127 124 !(sc->ps_flags & (PS_WAIT_FOR_BEACON | 128 125 PS_WAIT_FOR_CAB | 129 PS_WAIT_FOR_PSPOLL_DATA))) 126 PS_WAIT_FOR_PSPOLL_DATA | 127 PS_WAIT_FOR_TX_ACK))) 130 128 mode = ATH9K_PM_NETWORK_SLEEP; 131 129 else
Note: See TracChangeset
for help on using the changeset viewer.
