Don't double-call the ar9300 stub function method.

This commit is contained in:
Adrian Chadd 2014-09-20 01:16:41 +00:00
parent c1bf690e32
commit e0fc1dc35a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271884

View File

@ -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;