Deleted Added
full compact
ar9300_freebsd.c (277329) ar9300_freebsd.c (278741)
1/*
2 * Copyright (c) 2012, 2013 Adrian Chadd <adrian@FreeBSD.org>.
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

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

601 return ar9300_proc_tx_desc(ah, ts);
602}
603
604void
605ar9300_freebsd_beacon_init(struct ath_hal *ah, uint32_t next_beacon,
606 uint32_t beacon_period)
607{
608
1/*
2 * Copyright (c) 2012, 2013 Adrian Chadd <adrian@FreeBSD.org>.
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

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

601 return ar9300_proc_tx_desc(ah, ts);
602}
603
604void
605ar9300_freebsd_beacon_init(struct ath_hal *ah, uint32_t next_beacon,
606 uint32_t beacon_period)
607{
608
609 ar9300_beacon_init(ah, next_beacon, beacon_period,
609 ar9300_beacon_init(ah, next_beacon, beacon_period, 0,
610 AH_PRIVATE(ah)->ah_opmode);
611}
612
613HAL_BOOL
614ar9300_freebsd_get_mib_cycle_counts(struct ath_hal *ah,
615 HAL_SURVEY_SAMPLE *hs)
616
617{

--- 74 unchanged lines hidden ---
610 AH_PRIVATE(ah)->ah_opmode);
611}
612
613HAL_BOOL
614ar9300_freebsd_get_mib_cycle_counts(struct ath_hal *ah,
615 HAL_SURVEY_SAMPLE *hs)
616
617{

--- 74 unchanged lines hidden ---