|
@@ -241,7 +241,7 @@ struct mlme_handler {
|
|
|
|
|
|
struct action_handler {
|
|
|
unsigned int num;
|
|
|
- char* str;
|
|
|
+ char *str;
|
|
|
unsigned int (*func)(struct adapter *adapt, union recv_frame *frame);
|
|
|
};
|
|
|
|
|
@@ -484,7 +484,7 @@ void write_cam(struct adapter *padapter, u8 entry, u16 ctrl, u8 *mac, u8 *key);
|
|
|
void clear_cam_entry(struct adapter *padapter, u8 entry);
|
|
|
|
|
|
void invalidate_cam_all(struct adapter *padapter);
|
|
|
-void CAM_empty_entry(struct adapter * Adapter, u8 ucIndex);
|
|
|
+void CAM_empty_entry(struct adapter *Adapter, u8 ucIndex);
|
|
|
|
|
|
int allocate_fw_sta_entry(struct adapter *padapter);
|
|
|
void flush_all_cam_entry(struct adapter *padapter);
|
|
@@ -548,11 +548,11 @@ void report_survey_event(struct adapter *padapter, union recv_frame *precv_frame
|
|
|
void report_surveydone_event(struct adapter *padapter);
|
|
|
void report_del_sta_event(struct adapter *padapter,
|
|
|
unsigned char *addr, unsigned short reason);
|
|
|
-void report_add_sta_event(struct adapter *padapter, unsigned char* addr,
|
|
|
+void report_add_sta_event(struct adapter *padapter, unsigned char *addr,
|
|
|
int cam_idx);
|
|
|
|
|
|
void beacon_timing_control(struct adapter *padapter);
|
|
|
-extern u8 set_tx_beacon_cmd(struct adapter*padapter);
|
|
|
+extern u8 set_tx_beacon_cmd(struct adapter *padapter);
|
|
|
unsigned int setup_beacon_frame(struct adapter *padapter,
|
|
|
unsigned char *beacon_frame);
|
|
|
void update_mgnt_tx_rate(struct adapter *padapter, u8 rate);
|
|
@@ -574,7 +574,7 @@ int issue_probereq_p2p_ex(struct adapter *adapter, u8 *da, int try_cnt,
|
|
|
int wait_ms);
|
|
|
void issue_p2p_invitation_response(struct adapter *padapter, u8 *raddr,
|
|
|
u8 dialogToken, u8 success);
|
|
|
-void issue_p2p_invitation_request(struct adapter *padapter, u8* raddr);
|
|
|
+void issue_p2p_invitation_request(struct adapter *padapter, u8 *raddr);
|
|
|
#endif /* CONFIG_88EU_P2P */
|
|
|
void issue_beacon(struct adapter *padapter, int timeout_ms);
|
|
|
void issue_probersp(struct adapter *padapter, unsigned char *da,
|
|
@@ -587,7 +587,7 @@ void issue_auth(struct adapter *padapter, struct sta_info *psta,
|
|
|
void issue_probereq(struct adapter *padapter, struct ndis_802_11_ssid *pssid,
|
|
|
u8 *da);
|
|
|
s32 issue_probereq_ex(struct adapter *adapter, struct ndis_802_11_ssid *pssid,
|
|
|
- u8* da, int try_cnt, int wait_ms);
|
|
|
+ u8 *da, int try_cnt, int wait_ms);
|
|
|
int issue_nulldata(struct adapter *padapter, unsigned char *da,
|
|
|
unsigned int power_mode, int try_cnt, int wait_ms);
|
|
|
int issue_qos_nulldata(struct adapter *padapter, unsigned char *da,
|