staging:wlan-ng: remove default case in the p80211req_handlemsg

default is redundant and remove it

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2012-09-09 18:40:55 +05:30 committed by Greg Kroah-Hartman
parent 89e6302ce7
commit c3016c45df
1 changed files with 0 additions and 4 deletions

View File

@ -173,11 +173,7 @@ static void p80211req_handlemsg(wlandevice_t *wlandev, struct p80211msg *msg)
(struct p80211msg_dot11req_mibget *) msg;
p80211req_mibset_mibget(wlandev, mib_msg, isget);
}
default:
;
} /* switch msg->msgcode */
return;
}
static int p80211req_mibset_mibget(wlandevice_t *wlandev,