Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
bc3041f0
Commit
bc3041f0
authored
May 05, 2013
by
Al Viro
Browse files
wireless: single_open() leaks
Cc: stable@vger.kernel.org Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
9b3a0a6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
drivers/net/wireless/atmel.c
View file @
bc3041f0
...
...
@@ -1502,7 +1502,7 @@ static const struct file_operations atmel_proc_fops = {
.
open
=
atmel_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
static
const
struct
net_device_ops
atmel_netdev_ops
=
{
...
...
drivers/net/wireless/hostap/hostap_ap.c
View file @
bc3041f0
...
...
@@ -89,7 +89,7 @@ static const struct file_operations ap_debug_proc_fops = {
.
open
=
ap_debug_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
#endif
/* PRISM2_NO_PROCFS_DEBUG */
...
...
@@ -1116,7 +1116,7 @@ static const struct file_operations prism2_sta_proc_fops = {
.
open
=
prism2_sta_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
static
void
handle_add_proc_queue
(
struct
work_struct
*
work
)
...
...
drivers/net/wireless/hostap/hostap_hw.c
View file @
bc3041f0
...
...
@@ -2957,7 +2957,7 @@ static const struct file_operations prism2_registers_proc_fops = {
.
open
=
prism2_registers_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
#endif
/* PRISM2_NO_PROCFS_DEBUG */
...
...
drivers/net/wireless/hostap/hostap_proc.c
View file @
bc3041f0
...
...
@@ -52,7 +52,7 @@ static const struct file_operations prism2_debug_proc_fops = {
.
open
=
prism2_debug_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
#endif
/* PRISM2_NO_PROCFS_DEBUG */
...
...
@@ -103,7 +103,7 @@ static const struct file_operations prism2_stats_proc_fops = {
.
open
=
prism2_stats_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
...
...
@@ -265,7 +265,7 @@ static const struct file_operations prism2_crypt_proc_fops = {
.
open
=
prism2_crypt_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment