- Add a iwpriv function that dumps a mapping of nasty obfuscated
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 25 Jan 2008 00:29:30 +0000 (00:29 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 25 Jan 2008 00:29:30 +0000 (00:29 +0000)
commit77d9f966c07c373b92f775191951516c616df31a
tree73e3b36002be1c398020acf58ea69be865081a72
parent8f5e980418c066ecf8c28206a8b7190d6e63476e
- Add a iwpriv function that dumps a mapping of nasty obfuscated
    symbol names to their corresponding HAL function names (ah.h)
- Add a script to generate a SED script from the current HAL (ah.h)
    that will replace instances of obfuscated names with the correct names.
- Add the SED script for cleaning up text containing obfuscated function names for the current HAL

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3244 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath/if_ath.c
ath/if_ath_hal.h
net80211/ieee80211_ioctl.h
net80211/ieee80211_var.h
net80211/ieee80211_wireless.c
scripts/hal_unmangle.sed [new file with mode: 0644]
scripts/if_ath_hal_generator.pl
scripts/update_hal_unmangle [new file with mode: 0755]
tools/athchans.c
tools/athkey.c
tools/wlanconfig.c