rtl8188eu: Convert typedef statements in include/rtw_mlme.h

2
This commit is contained in:
Larry Finger 2013-07-26 16:37:24 -05:00
parent 9eeabb2600
commit ed7a8186fe
5 changed files with 19 additions and 20 deletions

View file

@ -377,7 +377,7 @@ struct mlme_ext_info {
// The channel information about this channel including joining, scanning, and power constraints.
struct rt_channel_info {
u8 ChannelNum; // The channel number.
RT_SCAN_TYPE ScanType; // Scan type such as passive or active scan.
enum rt_scan_type ScanType; // Scan type such as passive or active scan.
u32 rx_count;
};