Initialize do_ioctl together with other device operations
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 15 Apr 2009 03:11:34 +0000 (03:11 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 15 Apr 2009 03:11:34 +0000 (03:11 +0000)
commit193615c0dfdee0be5c0dc26e0f1f08cf75196e89
tree7e8749832c619e67bc8d2e5b17a804362cd64850
parenta9427af7b3ab973b0b4dea2aec920ae2890b39ec
Initialize do_ioctl together with other device operations

It's better to keep initialization in one place to simplify conversion
to the new style netdev ops.

Declare ieee80211_ioctl() in ieee80211_linux.h next to other
ieee80211_ioctl* functions defined in ieee80211_wireless.c.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4000 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211.c
net80211/ieee80211_linux.h
net80211/ieee80211_wireless.c