From 5eaff3b779850dff2f710acf6a8769958416dd2c Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 14 Nov 2007 20:53:41 +0000 Subject: [PATCH] Add semicolon lost in the previous commit git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2851 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index 633006a..f3e0e7f 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -707,7 +707,7 @@ ath_attach(u_int16_t devid, struct net_device *dev, HAL_BUS_TAG tag) dev->hard_header_len += ATH_FF_MAX_HDR; #endif #endif - dev->type = ARPHRD_IEEE80211 + dev->type = ARPHRD_IEEE80211; ic->ic_dev = dev; ic->ic_mgtstart = ath_mgtstart;