mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
[WEXT]: Clean up how wext is called.
This patch cleans up the call paths from the core code into wext. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
11433ee450
commit
295f4a1fa3
4 changed files with 53 additions and 44 deletions
|
@ -431,16 +431,7 @@ struct iw_public_data {
|
|||
* Those may be called only within the kernel.
|
||||
*/
|
||||
|
||||
/* First : function strictly used inside the kernel */
|
||||
|
||||
/* Handle /proc/net/wireless, called in net/code/dev.c */
|
||||
extern int dev_get_wireless_info(char * buffer, char **start, off_t offset,
|
||||
int length);
|
||||
|
||||
/* Handle IOCTLs, called in net/core/dev.c */
|
||||
extern int wireless_process_ioctl(struct ifreq *ifr, unsigned int cmd);
|
||||
|
||||
/* Second : functions that may be called by driver modules */
|
||||
/* functions that may be called by driver modules */
|
||||
|
||||
/* Send a single event to user space */
|
||||
extern void wireless_send_event(struct net_device * dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue