mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-01-05 21:56:08 +00:00
Fix compilation warnings about potentially uninitialized values
This commit is contained in:
parent
9edb25c686
commit
bb0321110a
@ -4367,9 +4367,9 @@ static int cfg80211_rtw_get_channel(struct wiphy *wiphy, struct wireless_dev *wd
|
|||||||
_adapter *padapter= wiphy_to_adapter(wiphy);
|
_adapter *padapter= wiphy_to_adapter(wiphy);
|
||||||
int channel;
|
int channel;
|
||||||
int control_freq;
|
int control_freq;
|
||||||
int center_freq;
|
int center_freq=0;
|
||||||
int center_freq2=0;
|
int center_freq2=0;
|
||||||
int width;
|
int width=0;
|
||||||
int band;
|
int band;
|
||||||
int bandWidth;
|
int bandWidth;
|
||||||
int offset;
|
int offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user