j
k
j a
j l
Sascha Hauer s.hauer@pengutronix.de wrote:
wiphy->bands[NL80211_BAND_2GHZ] = devm_kmemdup(adapter->dev, &mwifiex_band_2ghz, sizeof(mwifiex_band_2ghz), GFP_KERNEL);
wiphy->bands[NL80211_BAND_2GHZ] = devm_kmemdup(adapter->dev,
&mwifiex_band_2ghz,
sizeof(mwifiex_band_2ghz),
GFP_KERNEL);
It seems like you forget to free the duplicate memory somewhere?
Back to the thread
Back to the list