Skip to content
Commit 6f6c218f authored by John W. Linville's avatar John W. Linville
Browse files

rtl8180: avoid NULL dereference in max2820_rf_set_channel

The static function max2820_rf_set_channel is called with conf == NULL
within its compilation unit.  Originally this defaulted to b/g channel
1, but "cfg80211 API for channels/bitrates, mac80211 and driver
conversion" (commit 8318d78a

) mistakenly
dropped this check.  This patch minimally restores the expected
behavior.

Reported-by: default avatarColin Lai <colin_sh@163.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 289c79a4
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