]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/wlan-ng/p80211req.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[net-next-2.6.git] / drivers / staging / wlan-ng / p80211req.c
index 584c4193ad84500bb72913265e609ffa0ede109b..e1e7bf1bf27c6eb058e4468f07bf9aadbe073bf9 100644 (file)
@@ -55,7 +55,6 @@
 #include <linux/sched.h>
 #include <linux/types.h>
 #include <linux/skbuff.h>
-#include <linux/slab.h>
 #include <linux/wireless.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
@@ -73,9 +72,9 @@
 #include "p80211metastruct.h"
 #include "p80211req.h"
 
-static void p80211req_handlemsg(wlandevice_t * wlandev, p80211msg_t * msg);
-static int p80211req_mibset_mibget(wlandevice_t * wlandev,
-                                  p80211msg_dot11req_mibget_t * mib_msg,
+static void p80211req_handlemsg(wlandevice_t *wlandev, p80211msg_t *msg);
+static int p80211req_mibset_mibget(wlandevice_t *wlandev,
+                                  p80211msg_dot11req_mibget_t *mib_msg,
                                   int isget);
 
 /*----------------------------------------------------------------
@@ -94,7 +93,7 @@ static int p80211req_mibset_mibget(wlandevice_t * wlandev,
 *      Potentially blocks the caller, so it's a good idea to
 *      not call this function from an interrupt context.
 ----------------------------------------------------------------*/
-int p80211req_dorequest(wlandevice_t * wlandev, u8 * msgbuf)
+int p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf)
 {
        int result = 0;
        p80211msg_t *msg = (p80211msg_t *) msgbuf;
@@ -150,7 +149,7 @@ int p80211req_dorequest(wlandevice_t * wlandev, u8 * msgbuf)
 * Call context:
 *      Process thread
 ----------------------------------------------------------------*/
-static void p80211req_handlemsg(wlandevice_t * wlandev, p80211msg_t * msg)
+static void p80211req_handlemsg(wlandevice_t *wlandev, p80211msg_t *msg)
 {
        switch (msg->msgcode) {
 
@@ -180,8 +179,8 @@ static void p80211req_handlemsg(wlandevice_t * wlandev, p80211msg_t * msg)
        return;
 }
 
-static int p80211req_mibset_mibget(wlandevice_t * wlandev,
-                                  p80211msg_dot11req_mibget_t * mib_msg,
+static int p80211req_mibset_mibget(wlandevice_t *wlandev,
+                                  p80211msg_dot11req_mibget_t *mib_msg,
                                   int isget)
 {
        p80211itemd_t *mibitem = (p80211itemd_t *) mib_msg->mibattribute.data;