commit | 8c5bb1fad0bb9c29f7d817c1e2fdb052b76f04e9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Apr 29 17:55:26 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Apr 29 17:59:27 2014 +0200 |
tree | 367302bae08e527e1ede890d8674dc9077b83e7e | |
parent | 2fd0511556538a2d713e7a3d032c51cfe0117642 [diff] |
mac80211: remove BUG_ON usage These BUG_ON statements should never trigger, but in the unlikely event that somebody does manage don't stop everything but simply exit the code path with an error. Leave the one BUG_ON where changing it would result in a NULL pointer dereference. Signed-off-by: Johannes Berg <johannes.berg@intel.com>