|
@@ -402,9 +402,9 @@ int sec80211_detect_ie ( int is_rsn, u8 *start, u8 *end,
|
402
|
402
|
* it. If it does not exist, any network with the PRIVACY bit set in
|
403
|
403
|
* beacon->capab should be considered unknown.
|
404
|
404
|
*/
|
405
|
|
-int _sec80211_detect ( struct io_buffer *iob,
|
406
|
|
- enum net80211_security_proto *secprot,
|
407
|
|
- enum net80211_crypto_alg *crypt )
|
|
405
|
+int sec80211_detect ( struct io_buffer *iob,
|
|
406
|
+ enum net80211_security_proto *secprot,
|
|
407
|
+ enum net80211_crypto_alg *crypt )
|
408
|
408
|
{
|
409
|
409
|
struct ieee80211_frame *hdr = iob->data;
|
410
|
410
|
struct ieee80211_beacon *beacon =
|