staging: rtl8187se: Convert _link_detect_t typedef into a struct.
authorAna Rey <anarey@gmail.com>
Wed, 26 Feb 2014 14:32:23 +0000 (15:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 22:49:59 +0000 (14:49 -0800)
commit12f2200f98471090228c70dc6b60b125452ca8a7
treeab8fc463d22166255923fd6d210c9f9cf1e40d2a
parentf37e756033c918c198bc2df6dada27df25ce5a6f
staging: rtl8187se: Convert _link_detect_t typedef into a struct.

The Documentation/CodingStyle doesn't recommend the use of typedef, convert
this to structure.

While at it, I have also renamed the variable names that were used in
this typedef not to use Hungarian notation.

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180.h
drivers/staging/rtl8187se/r8180_core.c
drivers/staging/rtl8187se/r8180_wx.c