mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
25a3a9f3db
* Fix a bug where we would copy any cloned skb received in ath_hardstart, and free the original... before returning the original to the queue! The result of this would be memory corruption at best, randomly placed panic at worst. * In one case we returned -ENETDOWN from hard start, which in current kernels is NOT NETDEV_TX_OK so it would therefore requeue the packet which we just released. * Fixes the logic for both requeue and drop in hardstart fail so that we never leak, never double-free, and never leave the kernel with an invalid pointer to an SKB we just freed. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3517 0192ed92-7a03-0410-a25b-9323aeb14dbd |
||
---|---|---|
.. | ||
if_ath_ahb.c | ||
if_ath_ahb.h | ||
if_ath_debug.h | ||
if_ath_hal_extensions.h | ||
if_ath_hal_macros.h | ||
if_ath_hal_wrappers.h | ||
if_ath_hal.h | ||
if_ath_pci.c | ||
if_ath_pci.h | ||
if_ath_radar.c | ||
if_ath_radar.h | ||
if_ath.c | ||
if_athioctl.h | ||
if_athvar.h | ||
Makefile | ||
Makefile.kernel |