2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-22 04:24:02 +08:00
linux-next/drivers/staging/rtl8723bs
Quytelda Kahja 3df3602ac7 staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.
Change the typedef'd 'struct _ODM_Per_Pkt_Info_' into
'struct odm_packet_info' and change the members to snake case in
order to meet the coding style guidelines.
Members:
* u8 DataRate            -> data_rate
* u8 StationID           -> station_id
* bool bPacketMatchBSSID -> bssid_match
* bool bPacketToSelf     -> to_self
* bool bPacketBeacon     -> is_beacon
* bool bToSelf           -> (removed because it isn't used)

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-29 11:59:29 +02:00
..
core staging: rtl8723bs: Remove unnecessary length #define's. 2018-03-29 11:59:28 +02:00
hal staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style. 2018-03-29 11:59:29 +02:00
include staging: rtl8723bs: Remove unnecessary length #define's. 2018-03-29 11:59:28 +02:00
os_dep staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants. 2018-03-29 11:59:28 +02:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO