aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/include/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/include/cfg80211.h')
-rw-r--r--drivers/staging/ath6kl/os/linux/include/cfg80211.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/ath6kl/os/linux/include/cfg80211.h b/drivers/staging/ath6kl/os/linux/include/cfg80211.h
index 1a304436505..c2e4fa2ef23 100644
--- a/drivers/staging/ath6kl/os/linux/include/cfg80211.h
+++ b/drivers/staging/ath6kl/os/linux/include/cfg80211.h
@@ -29,15 +29,15 @@ void ar6k_cfg80211_deinit(AR_SOFTC_T *ar);
29 29
30void ar6k_cfg80211_scanComplete_event(AR_SOFTC_T *ar, int status); 30void ar6k_cfg80211_scanComplete_event(AR_SOFTC_T *ar, int status);
31 31
32void ar6k_cfg80211_connect_event(AR_SOFTC_T *ar, A_UINT16 channel, 32void ar6k_cfg80211_connect_event(AR_SOFTC_T *ar, u16 channel,
33 u8 *bssid, A_UINT16 listenInterval, 33 u8 *bssid, u16 listenInterval,
34 A_UINT16 beaconInterval,NETWORK_TYPE networkType, 34 u16 beaconInterval,NETWORK_TYPE networkType,
35 u8 beaconIeLen, u8 assocReqLen, 35 u8 beaconIeLen, u8 assocReqLen,
36 u8 assocRespLen, u8 *assocInfo); 36 u8 assocRespLen, u8 *assocInfo);
37 37
38void ar6k_cfg80211_disconnect_event(AR_SOFTC_T *ar, u8 reason, 38void ar6k_cfg80211_disconnect_event(AR_SOFTC_T *ar, u8 reason,
39 u8 *bssid, u8 assocRespLen, 39 u8 *bssid, u8 assocRespLen,
40 u8 *assocInfo, A_UINT16 protocolReasonStatus); 40 u8 *assocInfo, u16 protocolReasonStatus);
41 41
42void ar6k_cfg80211_tkip_micerr_event(AR_SOFTC_T *ar, u8 keyid, bool ismcast); 42void ar6k_cfg80211_tkip_micerr_event(AR_SOFTC_T *ar, u8 keyid, bool ismcast);
43 43