wext-priv.c (84abd88a70090cf00f9e45c3a81680874f17626e) | wext-priv.c (5a0e3ad6af8660be21ca98a971cd00f331318c05) |
---|---|
1/* 2 * This file implement the Wireless Extensions priv API. 3 * 4 * Authors : Jean Tourrilhes - HPL - <jt@hpl.hp.com> 5 * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. 6 * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> 7 * 8 * (As all part of the Linux kernel, this file is GPL) 9 */ | 1/* 2 * This file implement the Wireless Extensions priv API. 3 * 4 * Authors : Jean Tourrilhes - HPL - <jt@hpl.hp.com> 5 * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. 6 * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> 7 * 8 * (As all part of the Linux kernel, this file is GPL) 9 */ |
10#include <linux/slab.h> |
|
10#include <linux/wireless.h> 11#include <linux/netdevice.h> 12#include <net/iw_handler.h> 13#include <net/wext.h> 14 15int iw_handler_get_private(struct net_device * dev, 16 struct iw_request_info * info, 17 union iwreq_data * wrqu, --- 231 unchanged lines hidden --- | 11#include <linux/wireless.h> 12#include <linux/netdevice.h> 13#include <net/iw_handler.h> 14#include <net/wext.h> 15 16int iw_handler_get_private(struct net_device * dev, 17 struct iw_request_info * info, 18 union iwreq_data * wrqu, --- 231 unchanged lines hidden --- |