From: proski Date: Wed, 14 Nov 2007 20:53:41 +0000 (+0000) Subject: Add semicolon lost in the previous commit X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=5eaff3b779850dff2f710acf6a8769958416dd2c;p=madwifi%2F.git Add semicolon lost in the previous commit git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2851 0192ed92-7a03-0410-a25b-9323aeb14dbd --- 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;