mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
ps3: removed defines no longer used
Removed defines no longer used. Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
48544cc267
commit
b3bd6fe96d
1 changed files with 0 additions and 7 deletions
|
@ -28,15 +28,8 @@
|
||||||
#ifndef _GELIC_NET_H
|
#ifndef _GELIC_NET_H
|
||||||
#define _GELIC_NET_H
|
#define _GELIC_NET_H
|
||||||
|
|
||||||
#define GELIC_NET_DRV_NAME "Gelic Network Driver"
|
|
||||||
#define GELIC_NET_DRV_VERSION "1.0"
|
|
||||||
|
|
||||||
#define GELIC_NET_ETHTOOL /* use ethtool */
|
#define GELIC_NET_ETHTOOL /* use ethtool */
|
||||||
|
|
||||||
/* ioctl */
|
|
||||||
#define GELIC_NET_GET_MODE (SIOCDEVPRIVATE + 0)
|
|
||||||
#define GELIC_NET_SET_MODE (SIOCDEVPRIVATE + 1)
|
|
||||||
|
|
||||||
/* descriptors */
|
/* descriptors */
|
||||||
#define GELIC_NET_RX_DESCRIPTORS 128 /* num of descriptors */
|
#define GELIC_NET_RX_DESCRIPTORS 128 /* num of descriptors */
|
||||||
#define GELIC_NET_TX_DESCRIPTORS 128 /* num of descriptors */
|
#define GELIC_NET_TX_DESCRIPTORS 128 /* num of descriptors */
|
||||||
|
|
Loading…
Reference in a new issue