[media] siano: don't request statistics too fast

As each DVBv3 call may generate an stats overhead, prevent doing
it too fast. This is specially useful if a burst of get stats
DVBv3 call is sent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab
2013-03-10 10:51:25 -03:00
parent 4cce1f4eb2
commit a9b9fbdf0a
2 changed files with 7 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ struct smsdvb_client_t {
int event_fe_state;
int event_unc_state;
unsigned long get_stats_jiffies;
/* Stats debugfs data */
struct dentry *debugfs;