return 0;
 }
 
-static int rtl8192_handle_assoc_response(
-               struct net_device *dev,
-               struct ieee80211_assoc_response_frame *resp,
-               struct ieee80211_network *network)
+static int rtl8192_handle_assoc_response(struct net_device *dev,
+                                        struct ieee80211_assoc_response_frame *resp,
+                                        struct ieee80211_network *network)
 {
        struct r8192_priv *priv = ieee80211_priv(dev);
 
        if (!pprevious_stats->bIsCCK &&
            (pprevious_stats->bPacketToSelf || pprevious_stats->bToSelfBA)) {
                for (rfpath = RF90_PATH_A; rfpath < priv->NumTotalRFPath; rfpath++) {
-                       if (!rtl8192_phy_CheckIsLegalRFPath(
-                                       priv->ieee80211->dev, rfpath))
+                       if (!rtl8192_phy_CheckIsLegalRFPath(priv->ieee80211->dev,
+                                                           rfpath))
                                continue;
-
                        if (priv->stats.rx_rssi_percentage[rfpath] == 0)
                                priv->stats.rx_rssi_percentage[rfpath] =
                                        pprevious_stats->RxMIMOSignalStrength[rfpath];
                        else
                                continue;
 
-                       if (!rtl8192_phy_CheckIsLegalRFPath(
-                                       priv->ieee80211->dev, i))
+                       if (!rtl8192_phy_CheckIsLegalRFPath(priv->ieee80211->dev, i))
                                continue;
 
                        rx_pwr[i] =
        }
 }      /* QueryRxPhyStatus8190Pci */
 
-static void rtl8192_record_rxdesc_forlateruse(
-               struct ieee80211_rx_stats *psrc_stats,
-               struct ieee80211_rx_stats *ptarget_stats)
+static void rtl8192_record_rxdesc_forlateruse(struct ieee80211_rx_stats *psrc_stats,
+                                             struct ieee80211_rx_stats *ptarget_stats)
 {
        ptarget_stats->bIsAMPDU = psrc_stats->bIsAMPDU;
        ptarget_stats->bFirstMPDU = psrc_stats->bFirstMPDU;
         * Driver info are written to the RxBuffer following rx desc
         */
        if (stats->RxDrvInfoSize != 0) {
-               driver_info = (struct rx_drvinfo_819x_usb *)(
-                               skb->data
+               driver_info = (struct rx_drvinfo_819x_usb *)(skb->data
                                + sizeof(struct rx_desc_819x_usb)
                                + stats->RxBufShift
                              );
        }
 }
 
-static void rtl819xusb_process_received_packet(
-               struct net_device *dev,
-               struct ieee80211_rx_stats *pstats)
+static void rtl819xusb_process_received_packet(struct net_device *dev,
+                                              struct ieee80211_rx_stats *pstats)
 {
        struct r8192_priv *priv = ieee80211_priv(dev);