linux/drivers/net/wireless/brcm80211/brcmfmac
Johannes Berg a1d69c60c4 brcmfmac: don't include linux/unaligned/access_ok.h
This is a specific implementation, <asm/unaligned.h> is the
multiplexer that has the arch-specific knowledge of which
of the implementations needs to be used, so include that.

This issue was revealed by kbuild testing
when <asm/unaligned.h> was added in <linux/ieee80211.h>
resulting in redefinition of get_unaligned_be16 (and
probably others).

Cc: stable@vger.kernel.org # v3.17
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-11-20 14:46:45 -05:00
..
bcdc.c brcmfmac: Add TDLS support to msgbuf. 2014-07-31 13:45:29 -04:00
bcdc.h brcmfmac: conditionally compile firmware protocol source code 2014-09-15 15:09:26 -04:00
bcmsdh.c brcmfmac: Fix OOB interrupt not working for BCM43362 2014-07-29 10:32:57 -04:00
btcoex.c brcmfmac: correct logging levels in btcoex source 2014-06-25 15:32:48 -04:00
btcoex.h brcmfmac: support critical protocol API for DHCP 2013-04-23 14:16:52 -04:00
chip.c brcmfmac: Adding PCIe bus layer support. 2014-07-31 13:45:26 -04:00
chip.h brcmfmac: make chip related functions host interface independent 2014-02-12 15:35:45 -05:00
commonring.c brcmfmac: Adding msgbuf protocol. 2014-07-31 13:45:26 -04:00
commonring.h brcmfmac: Adding msgbuf protocol. 2014-07-31 13:45:26 -04:00
dhd_bus.h brcmfmac: Add wowl support for PCIE devices. 2014-09-30 13:17:48 -04:00
dhd_common.c brcmfmac: Don't control mpc setting during scan operation 2014-06-25 15:32:48 -04:00
dhd_dbg.c brcmfmac: rework debugfs functions in the driver 2014-07-15 16:00:11 -04:00
dhd_dbg.h brcmfmac: Adding PCIe bus layer support. 2014-07-31 13:45:26 -04:00
dhd_linux.c Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2014-08-05 13:18:20 -07:00
dhd_sdio.c brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with strncpy 2014-10-23 14:02:06 -04:00
dhd.h brcmfmac: Fix msgbuf flow control. 2014-07-31 13:45:28 -04:00
feature.c brcmfmac: Add wowl support for PCIE devices. 2014-09-30 13:17:48 -04:00
feature.h brcmfmac: Add wowl support for PCIE devices. 2014-09-30 13:17:48 -04:00
firmware.c brcmfmac: Make firmware path a module parameter 2014-07-15 16:00:12 -04:00
firmware.h brcmfmac: Make firmware path a module parameter 2014-07-15 16:00:12 -04:00
flowring.c brcmfmac: Avoid usage of GFP_ATOMIC. 2014-09-30 13:17:47 -04:00
flowring.h brcmfmac: Add TDLS support to msgbuf. 2014-07-31 13:45:29 -04:00
fweh.c brcmfmac: handle IF event for P2P_DEVICE interface 2014-09-15 15:09:26 -04:00
fweh.h brcmfmac: handle IF event for P2P_DEVICE interface 2014-09-15 15:09:26 -04:00
fwil_types.h brcmfmac: Add wowl support for PCIE devices. 2014-09-30 13:17:48 -04:00
fwil.c brcmfmac: reduce log level in fwil if firmware returns error 2014-06-25 15:32:48 -04:00
fwil.h cfg80211: make connect ie param const 2014-02-04 21:48:10 +01:00
fwsignal.c brcmfmac: Fix crash on cleanup. 2014-09-30 13:17:47 -04:00
fwsignal.h brcmfmac: Take bus flowcontrol at credit mgmt into account. 2013-06-12 15:02:16 -04:00
Makefile brcmfmac: conditionally compile firmware protocol source code 2014-09-15 15:09:26 -04:00
msgbuf.c brcmfmac: Avoid usage of GFP_ATOMIC. 2014-09-30 13:17:47 -04:00
msgbuf.h brcmfmac: conditionally compile firmware protocol source code 2014-09-15 15:09:26 -04:00
of.c brcmfmac: fix error handling of irq_of_parse_and_map 2014-11-17 15:04:04 -05:00
of.h brcmfmac: add device tree support for SDIO devices 2014-07-29 10:32:56 -04:00
p2p.c brcmfmac: assure P2P discovery is disabled when setting P2P_DEVICE mac address 2014-09-30 13:17:47 -04:00
p2p.h
pcie.c brcmfmac: don't include linux/unaligned/access_ok.h 2014-11-20 14:46:45 -05:00
pcie.h brcmfmac: Adding PCIe bus layer support. 2014-07-31 13:45:26 -04:00
proto.c brcmfmac: Add TDLS support to msgbuf. 2014-07-31 13:45:29 -04:00
proto.h brcmfmac: Add TDLS support to msgbuf. 2014-07-31 13:45:29 -04:00
sdio_host.h brcmfmac: Fix some wrong register defines 2014-07-29 10:32:56 -04:00
tracepoint.c brcmfmac: introduce tracepoints for message logging 2013-03-06 16:28:31 -05:00
tracepoint.h brcmfmac: Use consistent naming for BCDC. 2013-12-02 14:25:25 -05:00
usb_rdl.h
usb.c brcmfmac: kill URB when request timed out 2014-11-17 15:04:04 -05:00
usb.h
vendor.c brcmfmac: replace cfg80211 testmode with vendor command 2014-06-25 15:32:48 -04:00
vendor.h brcmfmac: replace cfg80211 testmode with vendor command 2014-06-25 15:32:48 -04:00
wl_cfg80211.c brcmfmac: fix conversion of channel width 20MHZ_NOHT 2014-11-11 16:12:45 -05:00
wl_cfg80211.h brcmfmac: Add wowl support for PCIE devices. 2014-09-30 13:17:48 -04:00