added ADDMULTI/REMMULTI support to ipro1000. Also cleaned up the compat. layer a bit to reuse some of the system's definitions.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-05-02 00:10:00 +00:00
parent 96575d053e
commit 09b89797af
6 changed files with 162 additions and 68 deletions
+1
View File
@@ -52,6 +52,7 @@ struct ifreq {
int ifr_mtu;
int ifr_media;
int ifr_type;
int ifr_reqcap;
};
};