aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-layerscape
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-09-28 23:03:32 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-09-28 23:05:43 +0200
commitb47a9cd4ba699342f7a74bf104dd65f4ca59e7ed (patch)
tree6e8bd4a54c0ece0089f776fe289526bbdd240688 /package/boot/uboot-layerscape
parent39a96205474fa82e37d756399fde01d2964d3125 (diff)
downloadupstream-b47a9cd4ba699342f7a74bf104dd65f4ca59e7ed.tar.gz
upstream-b47a9cd4ba699342f7a74bf104dd65f4ca59e7ed.tar.bz2
upstream-b47a9cd4ba699342f7a74bf104dd65f4ca59e7ed.zip
ath10k-ct: fix bandwidth conversion bug
This backports a patch from the upstream kernel which was also shipped previously in mac80211. This fixes the following warning: WARNING: CPU: 0 PID: 2881 at backports-4.19-rc5-1/net/wireless/util.c:1146 cfg80211_calculate_bitrate+0x238/0x348 [cfg80211] invalid rate bw=2, mcs=0, nss=1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-layerscape')
0 files changed, 0 insertions, 0 deletions
5'>155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258