@@ -42,15 +42,15 @@ u32 Data
42
42
43
43
u32
44
44
PHY_QueryRFReg_8723B (
45
- struct adapter * Adapter ,
45
+ struct adapter * Adapter ,
46
46
u8 eRFPath ,
47
47
u32 RegAddr ,
48
48
u32 BitMask
49
49
);
50
50
51
51
void
52
52
PHY_SetRFReg_8723B (
53
- struct adapter * Adapter ,
53
+ struct adapter * Adapter ,
54
54
u8 eRFPath ,
55
55
u32 RegAddr ,
56
56
u32 BitMask ,
@@ -66,15 +66,15 @@ s32 PHY_MACConfig8723B(struct adapter *padapter);
66
66
67
67
void
68
68
PHY_SetTxPowerIndex (
69
- struct adapter * Adapter ,
69
+ struct adapter * Adapter ,
70
70
u32 PowerIndex ,
71
71
u8 RFPath ,
72
72
u8 Rate
73
73
);
74
74
75
75
u8
76
76
PHY_GetTxPowerIndex (
77
- struct adapter * padapter ,
77
+ struct adapter * padapter ,
78
78
u8 RFPath ,
79
79
u8 Rate ,
80
80
enum CHANNEL_WIDTH BandWidth ,
@@ -83,19 +83,19 @@ u8 Channel
83
83
84
84
void
85
85
PHY_GetTxPowerLevel8723B (
86
- struct adapter * Adapter ,
87
- s32 * powerlevel
86
+ struct adapter * Adapter ,
87
+ s32 * powerlevel
88
88
);
89
89
90
90
void
91
91
PHY_SetTxPowerLevel8723B (
92
- struct adapter * Adapter ,
92
+ struct adapter * Adapter ,
93
93
u8 channel
94
94
);
95
95
96
96
void
97
97
PHY_SetBWMode8723B (
98
- struct adapter * Adapter ,
98
+ struct adapter * Adapter ,
99
99
enum CHANNEL_WIDTH Bandwidth , /* 20M or 40M */
100
100
unsigned char Offset /* Upper, Lower, or Don't care */
101
101
);
@@ -108,7 +108,7 @@ u8 channel
108
108
109
109
void
110
110
PHY_SetSwChnlBWMode8723B (
111
- struct adapter * Adapter ,
111
+ struct adapter * Adapter ,
112
112
u8 channel ,
113
113
enum CHANNEL_WIDTH Bandwidth ,
114
114
u8 Offset40 ,
0 commit comments