aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/prism2mgmt.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2008-10-27 11:14:02 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 16:51:54 -0500
commit5db8dcc98baaa5ef5fe53b411e40348ce31a1418 (patch)
tree3b3d1b9b9b0e6994e55b461125c17b0da5466e68 /drivers/staging/wlan-ng/prism2mgmt.h
parentf980c178ea9d631d17be73b2384ad692a9f64706 (diff)
Staging: wlan-ng: Remove AP-only code from MLME functions.
It is not needed in this driver. Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/prism2mgmt.h')
-rw-r--r--drivers/staging/wlan-ng/prism2mgmt.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/wlan-ng/prism2mgmt.h b/drivers/staging/wlan-ng/prism2mgmt.h
index 436427cabfe..c214a6484f9 100644
--- a/drivers/staging/wlan-ng/prism2mgmt.h
+++ b/drivers/staging/wlan-ng/prism2mgmt.h
@@ -100,16 +100,10 @@ prism2sta_ev_alloc(wlandevice_t *wlandev);
100 100
101 101
102int prism2mgmt_mibset_mibget(wlandevice_t *wlandev, void *msgp); 102int prism2mgmt_mibset_mibget(wlandevice_t *wlandev, void *msgp);
103int prism2mgmt_powermgmt(wlandevice_t *wlandev, void *msgp);
104int prism2mgmt_scan(wlandevice_t *wlandev, void *msgp); 103int prism2mgmt_scan(wlandevice_t *wlandev, void *msgp);
105int prism2mgmt_scan_results(wlandevice_t *wlandev, void *msgp); 104int prism2mgmt_scan_results(wlandevice_t *wlandev, void *msgp);
106int prism2mgmt_join(wlandevice_t *wlandev, void *msgp);
107int prism2mgmt_p2_join(wlandevice_t *wlandev, void *msgp); 105int prism2mgmt_p2_join(wlandevice_t *wlandev, void *msgp);
108int prism2mgmt_authenticate(wlandevice_t *wlandev, void *msgp);
109int prism2mgmt_deauthenticate(wlandevice_t *wlandev, void *msgp);
110int prism2mgmt_associate(wlandevice_t *wlandev, void *msgp); 106int prism2mgmt_associate(wlandevice_t *wlandev, void *msgp);
111int prism2mgmt_reassociate(wlandevice_t *wlandev, void *msgp);
112int prism2mgmt_disassociate(wlandevice_t *wlandev, void *msgp);
113int prism2mgmt_reset(wlandevice_t *wlandev, void *msgp); 107int prism2mgmt_reset(wlandevice_t *wlandev, void *msgp);
114int prism2mgmt_start(wlandevice_t *wlandev, void *msgp); 108int prism2mgmt_start(wlandevice_t *wlandev, void *msgp);
115int prism2mgmt_wlansniff(wlandevice_t *wlandev, void *msgp); 109int prism2mgmt_wlansniff(wlandevice_t *wlandev, void *msgp);
@@ -128,7 +122,6 @@ int prism2mgmt_flashdl_state(wlandevice_t *wlandev, void *msgp);
128int prism2mgmt_flashdl_write(wlandevice_t *wlandev, void *msgp); 122int prism2mgmt_flashdl_write(wlandevice_t *wlandev, void *msgp);
129int prism2mgmt_mm_state(wlandevice_t *wlandev, void *msgp); 123int prism2mgmt_mm_state(wlandevice_t *wlandev, void *msgp);
130int prism2mgmt_dump_state(wlandevice_t *wlandev, void *msgp); 124int prism2mgmt_dump_state(wlandevice_t *wlandev, void *msgp);
131int prism2mgmt_enable(wlandevice_t *wlandev, void *msgp);
132int prism2mgmt_autojoin(wlandevice_t *wlandev, void *msgp); 125int prism2mgmt_autojoin(wlandevice_t *wlandev, void *msgp);
133 126
134/*--------------------------------------------------------------- 127/*---------------------------------------------------------------