git: ath - Basic #include adjustments

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jan 1 23:16:01 PST 2014


commit 5cd80a8ca6f18f728c9f1e9bd79270cf365cb3a4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jan 1 11:18:27 2014 -0800

    ath - Basic #include adjustments
    
    * Basic include adjustments

Summary of changes:
 sys/dev/netif/ath/ath/if_ath.c               | 55 +++++++++++++---------------
 sys/dev/netif/ath/ath/if_ath_ahb.c           |  8 ++--
 sys/dev/netif/ath/ath/if_ath_alq.c           |  2 +-
 sys/dev/netif/ath/ath/if_ath_beacon.c        | 21 +++++------
 sys/dev/netif/ath/ath/if_ath_btcoex.c        | 12 +++---
 sys/dev/netif/ath/ath/if_ath_debug.c         | 20 +++++-----
 sys/dev/netif/ath/ath/if_ath_keycache.c      | 10 ++---
 sys/dev/netif/ath/ath/if_ath_led.c           | 23 +++++-------
 sys/dev/netif/ath/ath/if_ath_lna_div.c       | 14 +++----
 sys/dev/netif/ath/ath/if_ath_pci.c           |  8 ++--
 sys/dev/netif/ath/ath/if_ath_rx.c            | 45 +++++++++++------------
 sys/dev/netif/ath/ath/if_ath_rx_edma.c       | 45 +++++++++++------------
 sys/dev/netif/ath/ath/if_ath_spectral.c      | 14 +++----
 sys/dev/netif/ath/ath/if_ath_sysctl.c        | 30 +++++++--------
 sys/dev/netif/ath/ath/if_ath_tdma.c          | 45 +++++++++++------------
 sys/dev/netif/ath/ath/if_ath_tx.c            | 30 +++++++--------
 sys/dev/netif/ath/ath/if_ath_tx_edma.c       | 45 +++++++++++------------
 sys/dev/netif/ath/ath/if_ath_tx_ht.c         | 26 ++++++-------
 sys/dev/netif/ath/ath/if_athvar.h            | 12 +++---
 sys/dev/netif/ath/ath_dfs/null/dfs_null.c    | 14 +++----
 sys/dev/netif/ath/ath_hal/ah_internal.h      |  2 +-
 sys/dev/netif/ath/ath_hal/ah_osdep.c         |  6 +--
 sys/dev/netif/ath/ath_hal/ah_osdep.h         |  2 -
 sys/dev/netif/ath/ath_hal/ah_regdomain.c     |  4 +-
 sys/dev/netif/ath/ath_hal/ar5416/ar5416reg.h |  2 +-
 sys/dev/netif/ath/ath_rate/amrr/amrr.c       | 14 +++----
 sys/dev/netif/ath/ath_rate/onoe/onoe.c       | 14 +++----
 sys/dev/netif/ath/ath_rate/sample/sample.c   | 16 ++++----
 28 files changed, 246 insertions(+), 293 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5cd80a8ca6f18f728c9f1e9bd79270cf365cb3a4


-- 
DragonFly BSD source repository



More information about the Commits mailing list