Commit b512411
Revert "wireless/mwifiex: Fix S0ix / suspend"
This reverts commit c8da40c.
Reason for revert:
This commit will be split into smaller commits to describe what each
commit does. Currently, this commit does the following things within
this one commit:
a) modify mwifiex_pcie_suspend/mwifiex_pcie_resume functions to
achieve S0ix without user unloading mwifiex module manually
and also to fix "(sometimes) scanning for APs doesn't work after
suspend"
b) disable bridge_d3 to fix mwifiex module crashing after suspend
c) disable "auto deep sleep" (auto_ds). auto_ds is reportedly causing
"suspend/resume fails when not connected to an Access Point."
Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
(corresponds to commit dd9a57a
from PR #44)
Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>1 parent 374ab57 commit b512411
2 files changed
+48
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | 152 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 153 | + | |
| 154 | + | |
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
162 | 158 | | |
163 | 159 | | |
164 | | - | |
| 160 | + | |
| 161 | + | |
165 | 162 | | |
| 163 | + | |
166 | 164 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 165 | + | |
179 | 166 | | |
180 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
181 | 174 | | |
182 | 175 | | |
183 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
184 | 181 | | |
185 | 182 | | |
186 | 183 | | |
| |||
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
198 | | - | |
199 | | - | |
200 | | - | |
| 195 | + | |
| 196 | + | |
201 | 197 | | |
202 | | - | |
203 | | - | |
204 | 198 | | |
205 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
206 | 203 | | |
207 | | - | |
| 204 | + | |
208 | 205 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
214 | 210 | | |
215 | 211 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
221 | 217 | | |
222 | 218 | | |
223 | 219 | | |
| |||
271 | 267 | | |
272 | 268 | | |
273 | 269 | | |
274 | | - | |
275 | | - | |
276 | 270 | | |
277 | 271 | | |
278 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2265 | 2265 | | |
2266 | 2266 | | |
2267 | 2267 | | |
| 2268 | + | |
2268 | 2269 | | |
| 2270 | + | |
2269 | 2271 | | |
2270 | 2272 | | |
2271 | 2273 | | |
2272 | 2274 | | |
2273 | 2275 | | |
2274 | | - | |
2275 | 2276 | | |
2276 | 2277 | | |
2277 | 2278 | | |
| |||
2383 | 2384 | | |
2384 | 2385 | | |
2385 | 2386 | | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
2386 | 2399 | | |
2387 | 2400 | | |
2388 | 2401 | | |
| |||
0 commit comments