summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_net.h
diff options
context:
space:
mode:
authorMarkus Rechberger2007-04-14 15:19:36 +0200
committerMauro Carvalho Chehab2007-04-27 20:45:32 +0200
commit2c4d336468b400f9a47d6c1785d230548b89ca24 (patch)
tree8f20269a1bb0e6385d4fb5b57b36009cdea85e27 /drivers/media/dvb/dvb-core/dvb_net.h
parentV4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvr (diff)
downloadkernel-qcow2-linux-2c4d336468b400f9a47d6c1785d230548b89ca24.tar.gz
kernel-qcow2-linux-2c4d336468b400f9a47d6c1785d230548b89ca24.tar.xz
kernel-qcow2-linux-2c4d336468b400f9a47d6c1785d230548b89ca24.zip
V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet
fixed hotplugging for dvbnet Signed-off-by: Michal CIJOML Semler <cijoml@volny.cz> Signed-off-by: Markus Rechberger <markus.rechberger@amd.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_net.h')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_net.h b/drivers/media/dvb/dvb-core/dvb_net.h
index f14e4ca38570..3a3126cae03b 100644
--- a/drivers/media/dvb/dvb-core/dvb_net.h
+++ b/drivers/media/dvb/dvb-core/dvb_net.h
@@ -36,6 +36,7 @@ struct dvb_net {
struct dvb_device *dvbdev;
struct net_device *device[DVB_NET_DEVICES_MAX];
int state[DVB_NET_DEVICES_MAX];
+ unsigned int exit:1;
struct dmx_demux *demux;
};