Use void* to keep an address, not u_int32_t
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 22:44:32 +0000 (22:44 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 22:44:32 +0000 (22:44 +0000)
commit562bdbac4a5160cfcf29694a87b6037e7bd752a2
treea4832e6338e14b710fc7f627b450ef3da2edb151
parentebe8ee97366e7d307647ebf147c59f5c341795cf
Use void* to keep an address, not u_int32_t

Pointers don't fit u_int32_t on 64-bit systems.  Besides, conversion
from pointers to integers and vice versa should be generally avoided.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2906 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath/if_ath.c