summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/orinoco/orinoco_pci.c
diff options
context:
space:
mode:
authorYogesh Ashok Powar <yogeshp@marvell.com>2011-07-13 12:12:06 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-07-15 17:38:30 (GMT)
commit16c929df0895e6f52f4a0f17683d709f5fef95d8 (patch)
treeb0dfdbf0e252ddef7ab480233ce8842c0e7867a1 /drivers/net/wireless/orinoco/orinoco_pci.c
parent5a865bad44984de245d20bfb7cff99993e8e8294 (diff)
downloadlinux-fsl-qoriq-16c929df0895e6f52f4a0f17683d709f5fef95d8.tar.xz
mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULL
Following oops was seen on SMP machine >BUG: unable to handle kernel NULL pointer dereference at 00000012 >IP: [<f8c56691>] mwl8k_tx+0x20e/0x561 [mwl8k] >*pde = 00000000 >Oops: 0000 [#1] SMP >Modules linked in: mwl8k mac80211 cfg80211 [last unloaded: cfg80211] As ieee80211_tx_info->control.sta may be NULL during ->tx call, avoiding sta dereference in such scenario with the following patch. Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/orinoco_pci.c')
0 files changed, 0 insertions, 0 deletions