mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NL80211]: add netlink interface to cfg80211
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
0800f17026
commit
5568296573
10 changed files with 762 additions and 9 deletions
|
@ -431,7 +431,13 @@ struct iw_public_data {
|
|||
* Those may be called only within the kernel.
|
||||
*/
|
||||
|
||||
/* functions that may be called by driver modules */
|
||||
/* 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);
|
||||
|
||||
/* Second : 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