mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 12:59:33 -04:00
staging: ks7010: Remove trailing _t from 'struct pmk_list_t'.
The "_t" suffix is not needed for structure names in this driver, and is a reflection of an older typedef system that is no longer in place. Replace all occurences of 'struct pmk_list_t' with 'struct pmk_list'. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
04e9e06ce5
commit
956d23aeb3
@@ -380,7 +380,7 @@ struct wpa_status {
|
||||
|
||||
#include <linux/list.h>
|
||||
#define PMK_LIST_MAX 8
|
||||
struct pmk_list_t {
|
||||
struct pmk_list {
|
||||
u16 size;
|
||||
struct list_head head;
|
||||
struct pmk_t {
|
||||
@@ -428,7 +428,7 @@ struct ks_wlan_private {
|
||||
struct power_save_status psstatus;
|
||||
struct sleep_status sleepstatus;
|
||||
struct wpa_status wpa;
|
||||
struct pmk_list_t pmklist;
|
||||
struct pmk_list pmklist;
|
||||
/* wireless parameter */
|
||||
struct ks_wlan_parameter reg;
|
||||
u8 current_rate;
|
||||
|
||||
Reference in New Issue
Block a user