mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
11 lines
337 B
Diff
11 lines
337 B
Diff
--- ./drivers/net/wireless/brcm80211/brcmsmac/phy/phy_int.h
|
|
+++ ./drivers/net/wireless/brcm80211/brcmsmac/phy/phy_int.h
|
|
@@ -545,7 +545,7 @@
|
|
void (*carrsuppr)(struct brcms_phy *);
|
|
s32 (*rxsigpwr)(struct brcms_phy *, s32);
|
|
void (*detach)(struct brcms_phy *);
|
|
-};
|
|
+} __no_const;
|
|
|
|
struct brcms_phy {
|
|
struct brcms_phy_pub pubpi_ro;
|