madwifi/ath
proski 569637796f Protect against probing AR2425 if HAL doesn't support it
AR2424 and AR2425 share the same PCI ID.  Probing AR2425 with HAL that
doesn't support it is problematic.  It causes an unhandled NMI and puts
the device to a non-functional state.  After that, even HAL that
supports AR2425 won't be able to use the device until the system is
rebooted.

Reject AR2425 devices if HAL doesn't positively indicate support for
them.


git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3825 0192ed92-7a03-0410-a25b-9323aeb14dbd
2008-07-30 21:33:40 +00:00
..
if_ath_ahb.c Make pointer declarations and casting consistent. Some other formatting changes are made in passing 2008-06-06 20:32:29 +00:00
if_ath_ahb.h
if_ath_debug.h Copy ath/if_ath_debug.h from madwifi-dfs, it has some enhanced macros 2008-07-17 07:05:15 +00:00
if_ath_hal_extensions.c add chip name by SREV mapping from ath5k and print MAC and PHY 2008-05-21 13:44:09 +00:00
if_ath_hal_extensions.h Make pointer declarations and casting consistent. Some other formatting changes are made in passing 2008-06-06 20:32:29 +00:00
if_ath_hal_macros.h
if_ath_hal_wrappers.h Merge -dfs r3410 and r3687 for proper multicast key search operation (disable 2008-06-01 09:34:30 +00:00
if_ath_hal.h
if_ath_pci.c Protect against probing AR2425 if HAL doesn't support it 2008-07-30 21:33:40 +00:00
if_ath_pci.h
if_ath_radar.c More typo fixes 2008-07-18 22:00:42 +00:00
if_ath_radar.h More typo fixes 2008-07-18 22:00:42 +00:00
if_ath.c More typo fixes 2008-07-18 22:00:42 +00:00
if_athioctl.h Typo fixes 2008-07-18 21:50:53 +00:00
if_athvar.h Typo fixes 2008-07-18 21:50:53 +00:00
Makefile Remove modules.order files in Makefile clean targets. 2008-06-04 12:25:31 +00:00
Makefile.kernel Fixed a compiling bug. Patch from XazZ. 2008-06-13 12:36:32 +00:00