Add semicolon lost in the previous commit
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 14 Nov 2007 20:53:41 +0000 (20:53 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 14 Nov 2007 20:53:41 +0000 (20:53 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2851 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c

index 633006ae72365c15391927e315eb330e126a0409..f3e0e7fd45634a8becc6021628610734ae96c188 100644 (file)
@@ -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;