mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 18:26:42 +00:00
wifi: mwifiex: don't include lib80211.h
This really should never have been used, it's ancient code, but then the driver needs its own define for NUM_WEP_KEYS. Link: https://patch.msgid.link/20241007202706.74be9cca3eb8.I47b2e8e2d09c0a0be1f8346478d3d908b4021abd@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
77511103be
commit
da066f3871
@ -8,7 +8,7 @@
|
||||
#ifndef _MWIFIEX_IOCTL_H_
|
||||
#define _MWIFIEX_IOCTL_H_
|
||||
|
||||
#include <net/lib80211.h>
|
||||
#define NUM_WEP_KEYS 4
|
||||
|
||||
enum {
|
||||
MWIFIEX_SCAN_TYPE_UNCHANGED = 0,
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <linux/if_arp.h>
|
||||
#include <linux/etherdevice.h>
|
||||
#include <net/sock.h>
|
||||
#include <net/lib80211.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/firmware.h>
|
||||
#include <linux/ctype.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user