You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hauke Mehrtens 04b1a11f5c mac80211: Fix build on mpc85xx target
This fixes the following compile error seen on the mpc85xx target:
  CC [M]  /linux-mpc85xx_p2020/backports-5.7-rc3-1/drivers/net/wireless/intersil/orinoco/main.o
In file included from /builder/shared-workdir/build/staging_dir/toolchain-powerpc_8540_gcc-8.4.0_musl/include/stddef.h:17,
                 from /linux-mpc85xx_p2020/backports-5.7-rc3-1/include/uapi/linux/wireless.h:77,
                 from /linux-mpc85xx_p2020/backports-5.7-rc3-1/include/linux/wireless.h:13,
                 from /linux-mpc85xx_p2020/backports-5.7-rc3-1/drivers/net/wireless/intersil/orinoco/main.c:89:
/builder/shared-workdir/build/staging_dir/toolchain-powerpc_8540_gcc-8.4.0_musl/include/bits/alltypes.h:106:15: error: conflicting types for 'ptrdiff_t'
 typedef _Addr ptrdiff_t;
               ^~~~~~~~~
In file included from /linux-mpc85xx_p2020/backports-5.7-rc3-1/backport-include/linux/types.h:4,
                 from ./include/linux/list.h:5,
                 from /linux-mpc85xx_p2020/backports-5.7-rc3-1/backport-include/linux/list.h:3,
                 from ./include/linux/module.h:9,
                 from /linux-mpc85xx_p2020/backports-5.7-rc3-1/backport-include/linux/module.h:3,
                 from /linux-mpc85xx_p2020/backports-5.7-rc3-1/drivers/net/wireless/intersil/orinoco/main.c:79:
./include/linux/types.h:65:28: note: previous declaration of 'ptrdiff_t' was here
 typedef __kernel_ptrdiff_t ptrdiff_t;
                            ^~~~~~~~~
scripts/Makefile.build:265: recipe for target '/linux-mpc85xx_p2020/backports-5.7-rc3-1/drivers/net/wireless/intersil/orinoco/main.o' failed

Fixes: 289c632425 ("mac80211: Update to version 5.7-rc3-1")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
4 years ago
..
090-wireless-Use-linux-stddef.h-instead-of-stddef.h.patch mac80211: Fix build on mpc85xx target 4 years ago
100-remove-cryptoapi-dependencies.patch mac80211: Update to version 5.7-rc3-1 4 years ago
110-mac80211_keep_keys_on_stop_ap.patch mac80211: Update to version 5.7-rc3-1 4 years ago
120-cfg80211_allow_perm_addr_change.patch mac80211: Update to version 5.2-rc7 5 years ago
130-disable-fils.patch mac80211: Update to version 5.7-rc3-1 4 years ago
131-Revert-mac80211-aes-cmac-switch-to-shash-CMAC-driver.patch mac80211: Update to version 5.7-rc3-1 4 years ago
132-mac80211-remove-cmac-dependency.patch mac80211: Update to version 5.3-rc4-1 5 years ago
140-tweak-TSQ-setting.patch mac80211: Update to version 5.7-rc3-1 4 years ago
150-disable_addr_notifier.patch mac80211: Update to version 5.7-rc3-1 4 years ago
210-ap_scan.patch mac80211: Update to version 5.4-rc2 5 years ago
300-mac80211-optimize-skb-resizing.patch mac80211: Update to version 5.7-rc3-1 4 years ago
304-mac80211-sta-randomize-BA-session-dialog-token-alloc.patch mac80211: Update to version 5.7-rc3-1 4 years ago
400-allow-ibss-mixed.patch mac80211: Allow IBSS mode and different beacon intervals 4 years ago
500-mac80211_configure_antenna_gain.patch mac80211: Update to version 5.7-rc3-1 4 years ago