From: Johannes Berg Date: Tue, 6 Jan 2009 05:11:26 +0000 (-0600) Subject: rtl8187: Fix module so that rmmod/insmod does not error X-Git-Tag: v2.6.29-rc2~11^2~46^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e2be988d5146d1faa8df895cd8b32106d987bd;p=pandora-kernel.git rtl8187: Fix module so that rmmod/insmod does not error Due to misunderstanding of the returned values allowed for the tx callback of mac80211, rtl8187 was using skb's that had been freed. This problem was triggered when the module was sujected to a rmmod/insmod cycle. After that was fixed, the modules would not work after the rmmod/insmod cycle until the USB device was reset. Signed-off-by: Johannes Berg Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed