Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 17:44:24 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278763 - head/sys/contrib/dev/ath/ath_hal/ar9300
Message-ID:  <201502141744.t1EHiOu3079239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Feb 14 17:44:24 2015
New Revision: 278763
URL: https://svnweb.freebsd.org/changeset/base/278763

Log:
  Comment out a double declaration of this particular function name.
  It trips up gcc builds.
  
  Pointy-hat-from:	jenkins, kib

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300.h

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300.h
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300.h	Sat Feb 14 17:43:54 2015	(r278762)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300.h	Sat Feb 14 17:44:24 2015	(r278763)
@@ -1239,7 +1239,9 @@ extern  HAL_BOOL ar9300_set_mac_address(
 extern  void ar9300_get_bss_id_mask(struct ath_hal *ah, u_int8_t *mac);
 extern  HAL_BOOL ar9300_set_bss_id_mask(struct ath_hal *, const u_int8_t *);
 extern  HAL_STATUS ar9300_select_ant_config(struct ath_hal *ah, u_int32_t cfg);
+#if 0
 extern  u_int32_t ar9300_ant_ctrl_common_get(struct ath_hal *ah, HAL_BOOL is_2ghz);
+#endif
 extern HAL_BOOL ar9300_ant_swcom_sel(struct ath_hal *ah, u_int8_t ops,
                                 u_int32_t *common_tbl1, u_int32_t *common_tbl2);
 extern  HAL_BOOL ar9300_set_regulatory_domain(struct ath_hal *ah,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141744.t1EHiOu3079239>