mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Remove double blank lines in core/*.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
51e6fae39e
commit
11ab93f073
21 changed files with 0 additions and 462 deletions
|
@ -19,7 +19,6 @@
|
|||
******************************************************************************/
|
||||
#define _RTW_DEBUG_C_
|
||||
|
||||
|
||||
#include <rtw_debug.h>
|
||||
#include <rtw_sreset.h>
|
||||
|
||||
|
@ -270,7 +269,6 @@ int proc_get_rf_info(char *page, char **start,
|
|||
len += snprintf(page + len, count - len, "cur_ch =%d, cur_bw =%d, cur_ch_offet =%d\n",
|
||||
pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset);
|
||||
|
||||
|
||||
*eof = 1;
|
||||
return len;
|
||||
|
||||
|
@ -527,7 +525,6 @@ int proc_get_rf_reg_dump1(char *page, char **start,
|
|||
return len;
|
||||
}
|
||||
|
||||
|
||||
int proc_get_rf_reg_dump2(char *page, char **start,
|
||||
off_t offset, int count,
|
||||
int *eof, void *data)
|
||||
|
@ -553,7 +550,6 @@ int proc_get_rf_reg_dump2(char *page, char **start,
|
|||
return len;
|
||||
}
|
||||
|
||||
|
||||
int proc_get_rf_reg_dump3(char *page, char **start,
|
||||
off_t offset, int count,
|
||||
int *eof, void *data)
|
||||
|
@ -580,7 +576,6 @@ int proc_get_rf_reg_dump3(char *page, char **start,
|
|||
return len;
|
||||
}
|
||||
|
||||
|
||||
int proc_get_rf_reg_dump4(char *page, char **start,
|
||||
off_t offset, int count,
|
||||
int *eof, void *data)
|
||||
|
@ -606,8 +601,6 @@ int proc_get_rf_reg_dump4(char *page, char **start,
|
|||
return len;
|
||||
}
|
||||
|
||||
|
||||
|
||||
int proc_get_rx_signal(char *page, char **start,
|
||||
off_t offset, int count,
|
||||
int *eof, void *data)
|
||||
|
@ -930,7 +923,6 @@ int proc_set_rssi_disp(struct file *file, const char __user *buffer,
|
|||
|
||||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_AP_MODE
|
||||
|
||||
int proc_get_all_sta_info(char *page, char **start,
|
||||
|
@ -946,7 +938,6 @@ int proc_get_all_sta_info(char *page, char **start,
|
|||
struct recv_reorder_ctrl *preorder_ctrl;
|
||||
int len = 0;
|
||||
|
||||
|
||||
len += snprintf(page + len, count - len, "sta_dz_bitmap =0x%x, tim_bitmap =0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap);
|
||||
|
||||
spin_lock_bh(&pstapriv->sta_hash_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue