Commit a4fcbac
committed
rtlbtfw(8): Fix incorrect chunk index overwrap in rtlbt_load_fwfile()
It prevented large (>256 chunks) firmwares from loading.
Fixes: 5036d96 ("rtlbtfw: Firmware loader for Realtek 87XX/88XX")
Sponsored by: Future Crew, LLC
MFC after: 1 week1 parent 7a7ab34 commit a4fcbac
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
205 | 204 | | |
206 | 205 | | |
207 | 206 | | |
| |||
0 commit comments