]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: rtl8187se: Convert CHANNEL_LIST typedef into a struct.
authorAna Rey <anarey@gmail.com>
Tue, 25 Feb 2014 13:37:01 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 20:16:50 +0000 (12:16 -0800)
commit56f1411415355ff8df7613a02c919a8877f9c092
treeb0858a1c2ae2e11a695a527ad530527b7fcc18f6
parent899e5f9beb04bceb1a5cbcf696a956913d17859a
staging: rtl8187se: Convert CHANNEL_LIST 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/ieee80211/ieee80211.h
drivers/staging/rtl8187se/r8180_core.c
drivers/staging/rtl8187se/r8180_wx.c