Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157076 | Differences between
and this patch

Collapse All | Expand All

(-)original/ieee80211-1.1.13/ieee80211_crypt_ccmp.c (-1 / +2 lines)
Lines 8-15 Link Here
8
 * published by the Free Software Foundation. See README and COPYING for
8
 * published by the Free Software Foundation. See README and COPYING for
9
 * more details.
9
 * more details.
10
 */
10
 */
11
11
#ifndef AUTOCONF_INCLUDED
12
#include <linux/config.h>
12
#include <linux/config.h>
13
#endif
13
#include <linux/module.h>
14
#include <linux/module.h>
14
#include <linux/init.h>
15
#include <linux/init.h>
15
#include <linux/slab.h>
16
#include <linux/slab.h>
(-)original/ieee80211-1.1.13/ieee80211_crypt_tkip.c (-1 / +2 lines)
Lines 8-15 Link Here
8
 * published by the Free Software Foundation. See README and COPYING for
8
 * published by the Free Software Foundation. See README and COPYING for
9
 * more details.
9
 * more details.
10
 */
10
 */
11
11
#ifndef AUTOCONF_INCLUDED
12
#include <linux/config.h>
12
#include <linux/config.h>
13
#endif
13
#include <linux/module.h>
14
#include <linux/module.h>
14
#include <linux/init.h>
15
#include <linux/init.h>
15
#include <linux/slab.h>
16
#include <linux/slab.h>
(-)original/ieee80211-1.1.13/ieee80211_crypt_wep.c (-1 / +2 lines)
Lines 8-15 Link Here
8
 * published by the Free Software Foundation. See README and COPYING for
8
 * published by the Free Software Foundation. See README and COPYING for
9
 * more details.
9
 * more details.
10
 */
10
 */
11
11
#ifndef AUTOCONF_INCLUDED
12
#include <linux/config.h>
12
#include <linux/config.h>
13
#endif
13
#include <linux/module.h>
14
#include <linux/module.h>
14
#include <linux/init.h>
15
#include <linux/init.h>
15
#include <linux/slab.h>
16
#include <linux/slab.h>
(-)original/ieee80211-1.1.13/ieee80211_geo.c (+2 lines)
Lines 24-30 Link Here
24
24
25
******************************************************************************/
25
******************************************************************************/
26
#include <linux/compiler.h>
26
#include <linux/compiler.h>
27
#ifndef AUTOCONF_INCLUDED
27
#include <linux/config.h>
28
#include <linux/config.h>
29
#endif
28
#include <linux/errno.h>
30
#include <linux/errno.h>
29
#include <linux/if_arp.h>
31
#include <linux/if_arp.h>
30
#include <linux/in6.h>
32
#include <linux/in6.h>
(-)original/ieee80211-1.1.13/ieee80211_module.c (+2 lines)
Lines 31-37 Link Here
31
*******************************************************************************/
31
*******************************************************************************/
32
32
33
#include <linux/compiler.h>
33
#include <linux/compiler.h>
34
#ifndef AUTOCONF_INCLUDED
34
#include <linux/config.h>
35
#include <linux/config.h>
36
#endif
35
#include <linux/errno.h>
37
#include <linux/errno.h>
36
#include <linux/if_arp.h>
38
#include <linux/if_arp.h>
37
#include <linux/in6.h>
39
#include <linux/in6.h>
(-)original/ieee80211-1.1.13/ieee80211_rx.c (-1 / +3 lines)
Lines 14-20 Link Here
14
 */
14
 */
15
15
16
#include <linux/compiler.h>
16
#include <linux/compiler.h>
17
#include <linux/config.h>
17
#ifndef AUTOCONF_INCLUDED
18
#include <linux/config.h>
19
#endif
18
#include <linux/errno.h>
20
#include <linux/errno.h>
19
#include <linux/if_arp.h>
21
#include <linux/if_arp.h>
20
#include <linux/in6.h>
22
#include <linux/in6.h>
(-)original/ieee80211-1.1.13/ieee80211_tx.c (-1 / +3 lines)
Lines 24-30 Link Here
24
24
25
******************************************************************************/
25
******************************************************************************/
26
#include <linux/compiler.h>
26
#include <linux/compiler.h>
27
#include <linux/config.h>
27
#ifndef AUTOCONF_INCLUDED
28
#include <linux/config.h>
29
#endif
28
#include <linux/errno.h>
30
#include <linux/errno.h>
29
#include <linux/if_arp.h>
31
#include <linux/if_arp.h>
30
#include <linux/in6.h>
32
#include <linux/in6.h>

Return to bug 157076