init.c (03ab3da3b215bac4ebb093c808d54596e03e3225) | init.c (fbbcd14690d3c42b664740d58a22af50a77d5689) |
---|---|
1/* 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 585 unchanged lines hidden (view full) --- 594 goto err_btcoex; 595 596 sc->p2p_ps_timer = ath_gen_timer_alloc(sc->sc_ah, ath9k_p2p_ps_timer, 597 NULL, sc, AR_FIRST_NDP_TIMER); 598 599 ath9k_cmn_init_crypto(sc->sc_ah); 600 ath9k_init_misc(sc); 601 ath_fill_led_pin(sc); | 1/* 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 585 unchanged lines hidden (view full) --- 594 goto err_btcoex; 595 596 sc->p2p_ps_timer = ath_gen_timer_alloc(sc->sc_ah, ath9k_p2p_ps_timer, 597 NULL, sc, AR_FIRST_NDP_TIMER); 598 599 ath9k_cmn_init_crypto(sc->sc_ah); 600 ath9k_init_misc(sc); 601 ath_fill_led_pin(sc); |
602 ath_chanctx_init(sc); |
|
602 603 if (common->bus_ops->aspm_init) 604 common->bus_ops->aspm_init(common); 605 606 return 0; 607 608err_btcoex: 609 for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) --- 341 unchanged lines hidden --- | 603 604 if (common->bus_ops->aspm_init) 605 common->bus_ops->aspm_init(common); 606 607 return 0; 608 609err_btcoex: 610 for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) --- 341 unchanged lines hidden --- |