diff options
author | 2013-04-08 15:48:07 +0100 | |
---|---|---|
committer | 2013-04-29 15:41:51 -0400 | |
commit | 5ba02e355d00ada1ef30515a8ba2aac750d3c256 (patch) | |
tree | aaca768f4cd740185315ef6e3c26fd470d49200f /drivers/net/wireless/hostap/hostap_ap.c | |
parent | rtl8192u: Don't use create_proc_read_entry() (diff) | |
download | wireguard-linux-5ba02e355d00ada1ef30515a8ba2aac750d3c256.tar.xz wireguard-linux-5ba02e355d00ada1ef30515a8ba2aac750d3c256.zip |
rtl8187se: Don't use create_proc_read_entry()
Don't use create_proc_read_entry() as that is deprecated, but rather use
proc_create_data() and seq_file instead. Whilst we're at it, reduce the
number of show functions where we can share them.
Question: Do any of the registers read by proc_get_registers() have side
effects upon reading? If so, locking will be required.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
cc: Maxim Mikityanskiy <maxtram95@gmail.com>
cc: YAMANE Toshiaki <yamanetoshi@gmail.com>
cc: Bill Pemberton <wfp5p@virginia.edu>
cc: Andrea Merello <andreamrl@tiscali.it>
cc: linux-wireless@vger.kernel.org
cc: devel@driverdev.osuosl.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_ap.c')
0 files changed, 0 insertions, 0 deletions