Do not use dynamic ticks on rb532 (#4110)
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.26 / 903-hostap_txpower.patch
index 81e1083..3d6d5d0 100644 (file)
@@ -80,7 +80,7 @@
        /* Get BSSID if we have a valid AP address */
 +
 +      if ( val == HFA384X_LINKSTATUS_CONNECTED ||
-+           val == HFA384X_LINKSTATUS_DISCONNECTED ) 
++           val == HFA384X_LINKSTATUS_DISCONNECTED )
 +                      hostap_restore_power(local->dev);
 +
        if (connected) {
 +{
 +        struct hostap_interface *iface = dev->priv;
 +       local_info_t *local = iface->local;
-+               
++
 +       u16 val;
 +       int ret = 0;
 +
This page took 0.021777 seconds and 4 git commands to generate.