mirror of https://github.com/proski/madwifi
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:
parent
de3fb8a58e
commit
5eaff3b779
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue