summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2015-11-18 10:33:06 -0600
committerMatt Smith <mgsmith@netgate.com>2015-11-18 10:33:06 -0600
commita5d857c46178a8f007d57d8c9464f87be6cff363 (patch)
tree8a2a2ea905626a6a15e41b022fb9b917ba3670ad /sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
parent86a5f7f4a9d06ce713d5b0f97c87b33683d3fce6 (diff)
downloadFreeBSD-src-a5d857c46178a8f007d57d8c9464f87be6cff363.zip
FreeBSD-src-a5d857c46178a8f007d57d8c9464f87be6cff363.tar.gz
Importing pfSense patch HEAD-wireless-ath.tgz
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5211/ar5211_attach.c')
-rw-r--r--sys/dev/ath/ath_hal/ar5211/ar5211_attach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c b/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
index 4549295..791f14d 100644
--- a/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
+++ b/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
@@ -14,7 +14,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: head/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c 272292 2014-09-30 03:19:29Z adrian $
*/
#include "opt_ah.h"
@@ -203,7 +203,7 @@ ar5211GetRadioRev(struct ath_hal *ah)
static struct ath_hal *
ar5211Attach(uint16_t devid, HAL_SOFTC sc,
HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata,
- HAL_STATUS *status)
+ HAL_OPS_CONFIG *ah_config, HAL_STATUS *status)
{
#define N(a) (sizeof(a)/sizeof(a[0]))
struct ath_hal_5211 *ahp;
OpenPOWER on IntegriCloud