File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
drivers/staging/rtl8723bs/include Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -171,20 +171,20 @@ struct security_priv {
171
171
#define GET_ENCRY_ALGO (psecuritypriv , psta , encry_algo , bmcst )\
172
172
do {\
173
173
switch (psecuritypriv->dot11AuthAlgrthm) {\
174
- case dot11AuthAlgrthm_Open:\
175
- case dot11AuthAlgrthm_Shared:\
176
- case dot11AuthAlgrthm_Auto:\
177
- encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
178
- break;\
179
- case dot11AuthAlgrthm_8021X:\
180
- if (bmcst)\
181
- encry_algo = (u8)psecuritypriv->dot118021XGrpPrivacy;\
182
- else\
183
- encry_algo = (u8)psta->dot118021XPrivacy;\
184
- break;\
185
- case dot11AuthAlgrthm_WAPI:\
186
- encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
187
- break;\
174
+ case dot11AuthAlgrthm_Open:\
175
+ case dot11AuthAlgrthm_Shared:\
176
+ case dot11AuthAlgrthm_Auto:\
177
+ encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
178
+ break;\
179
+ case dot11AuthAlgrthm_8021X:\
180
+ if (bmcst)\
181
+ encry_algo = (u8)psecuritypriv->dot118021XGrpPrivacy;\
182
+ else\
183
+ encry_algo = (u8)psta->dot118021XPrivacy;\
184
+ break;\
185
+ case dot11AuthAlgrthm_WAPI:\
186
+ encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
187
+ break;\
188
188
} \
189
189
} while (0)
190
190
You can’t perform that action at this time.
0 commit comments