Add semicolon lost in the previous commit

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2851 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2007-11-14 20:53:41 +00:00
parent de3fb8a58e
commit 5eaff3b779
1 changed files with 1 additions and 1 deletions

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