Date: Sat, 20 Sep 2014 01:16:41 +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: r271884 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <201409200116.s8K1Gf0W058698@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Sep 20 01:16:41 2014 New Revision: 271884 URL: http://svnweb.freebsd.org/changeset/base/271884 Log: Don't double-call the ar9300 stub function method. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Sat Sep 20 00:19:45 2014 (r271883) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Sat Sep 20 01:16:41 2014 (r271884) @@ -70,9 +70,6 @@ void ar9300_attach_freebsd_ops(struct ath_hal *ah) { - /* stub everything first */ - ar9300_set_stub_functions(ah); - /* Global functions */ ah->ah_detach = ar9300_detach; ah->ah_getRateTable = ar9300_get_rate_table;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409200116.s8K1Gf0W058698>