|
@@ -48,7 +48,7 @@ il3945_stats_flag(struct il_priv *il, char *buf, int bufsz)
|
|
return p;
|
|
return p;
|
|
}
|
|
}
|
|
|
|
|
|
-ssize_t
|
|
|
|
|
|
+static ssize_t
|
|
il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|
il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|
size_t count, loff_t *ppos)
|
|
size_t count, loff_t *ppos)
|
|
{
|
|
{
|
|
@@ -313,7 +313,7 @@ il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-ssize_t
|
|
|
|
|
|
+static ssize_t
|
|
il3945_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
il3945_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
size_t count, loff_t *ppos)
|
|
size_t count, loff_t *ppos)
|
|
{
|
|
{
|
|
@@ -403,7 +403,7 @@ il3945_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-ssize_t
|
|
|
|
|
|
+static ssize_t
|
|
il3945_ucode_general_stats_read(struct file *file, char __user *user_buf,
|
|
il3945_ucode_general_stats_read(struct file *file, char __user *user_buf,
|
|
size_t count, loff_t *ppos)
|
|
size_t count, loff_t *ppos)
|
|
{
|
|
{
|