sdio.c (b1f47e3a962b8b69612d1eecf4d50082b402fcc5) sdio.c (84caf8005b09e0a4a57fce44119489d1b0bbbe94)
1/*
2 * Copyright (c) 2004-2011 Atheros Communications Inc.
3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 917 unchanged lines hidden (view full) ---

926 case ATH6KL_STATE_WOW:
927 break;
928
929 case ATH6KL_STATE_SUSPENDING:
930 break;
931
932 case ATH6KL_STATE_RESUMING:
933 break;
1/*
2 * Copyright (c) 2004-2011 Atheros Communications Inc.
3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 917 unchanged lines hidden (view full) ---

926 case ATH6KL_STATE_WOW:
927 break;
928
929 case ATH6KL_STATE_SUSPENDING:
930 break;
931
932 case ATH6KL_STATE_RESUMING:
933 break;
934
935 case ATH6KL_STATE_RECOVERY:
936 break;
934 }
935
936 ath6kl_cfg80211_resume(ar);
937
938 return 0;
939}
940
941/* set the window address register (using 4-byte register access ). */

--- 507 unchanged lines hidden ---
937 }
938
939 ath6kl_cfg80211_resume(ar);
940
941 return 0;
942}
943
944/* set the window address register (using 4-byte register access ). */

--- 507 unchanged lines hidden ---