lwfinger / rtw89

Driver for Realtek 8852AE, an 802.11ax device
GNU General Public License v2.0
1.28k stars 163 forks source link

Fix '==' syntax error in suspend_rtw89 #368

Open Vladimir-csp opened 2 weeks ago

Vladimir-csp commented 2 weeks ago

== operator is not valid for [ command in shell. Should be using =.

...but case is much cleaner for those kind of tasks, so I just replaced the whole thing.