|
@@ -457,9 +457,9 @@ struct mlme_ext_priv {
|
|
int init_mlme_ext_priv(struct adapter *adapter);
|
|
int init_mlme_ext_priv(struct adapter *adapter);
|
|
int init_hw_mlme_ext(struct adapter *padapter);
|
|
int init_hw_mlme_ext(struct adapter *padapter);
|
|
void free_mlme_ext_priv(struct mlme_ext_priv *pmlmeext);
|
|
void free_mlme_ext_priv(struct mlme_ext_priv *pmlmeext);
|
|
-extern void init_mlme_ext_timer(struct adapter *padapter);
|
|
|
|
-extern void init_addba_retry_timer(struct adapter *adapt, struct sta_info *sta);
|
|
|
|
-extern struct xmit_frame *alloc_mgtxmitframe(struct xmit_priv *pxmitpriv);
|
|
|
|
|
|
+void init_mlme_ext_timer(struct adapter *padapter);
|
|
|
|
+void init_addba_retry_timer(struct adapter *adapt, struct sta_info *sta);
|
|
|
|
+struct xmit_frame *alloc_mgtxmitframe(struct xmit_priv *pxmitpriv);
|
|
|
|
|
|
unsigned char networktype_to_raid(unsigned char network_type);
|
|
unsigned char networktype_to_raid(unsigned char network_type);
|
|
u8 judge_network_type(struct adapter *padapter, unsigned char *rate, int len);
|
|
u8 judge_network_type(struct adapter *padapter, unsigned char *rate, int len);
|
|
@@ -554,7 +554,7 @@ void report_add_sta_event(struct adapter *padapter, unsigned char *addr,
|
|
int cam_idx);
|
|
int cam_idx);
|
|
|
|
|
|
void beacon_timing_control(struct adapter *padapter);
|
|
void beacon_timing_control(struct adapter *padapter);
|
|
-extern u8 set_tx_beacon_cmd(struct adapter *padapter);
|
|
|
|
|
|
+u8 set_tx_beacon_cmd(struct adapter *padapter);
|
|
unsigned int setup_beacon_frame(struct adapter *padapter,
|
|
unsigned int setup_beacon_frame(struct adapter *padapter,
|
|
unsigned char *beacon_frame);
|
|
unsigned char *beacon_frame);
|
|
void update_mgnt_tx_rate(struct adapter *padapter, u8 rate);
|
|
void update_mgnt_tx_rate(struct adapter *padapter, u8 rate);
|