Commit d86aa4f8 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: fix crash if bitrate calculation goes wrong



If a frame's timestamp is calculated, and the bitrate
calculation goes wrong and returns zero, the system
will attempt to divide by zero and crash. Catch this
case and print the rate information that the driver
reported when this happens.

Cc: stable@vger.kernel.org
Reported-by: default avatarThomas Lindroth <thomas.lindroth@gmail.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f5563318
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment