package/mac80211: use platform_data on PCI devices in ath9k
[openwrt.git] / package / mac80211 / patches / 560-ath9k_rate_control_api.patch
index 219bd8b..13ada5d 100644 (file)
        struct ath_led radio_led;
 --- a/drivers/net/wireless/ath/ath9k/main.c
 +++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -104,37 +104,71 @@ static struct ieee80211_channel ath9k_5g
+@@ -105,37 +105,71 @@ static struct ieee80211_channel ath9k_5g
        CHAN5G(5825, 37), /* Channel 165 */
  };
  
                break;
        default:
                BUG_ON(1);
-@@ -190,51 +224,6 @@ static u8 parse_mpdudensity(u8 mpdudensi
+@@ -191,51 +225,6 @@ static u8 parse_mpdudensity(u8 mpdudensi
        }
  }
  
  static struct ath9k_channel *ath_get_curchannel(struct ath_softc *sc,
                                                struct ieee80211_hw *hw)
  {
-@@ -1707,12 +1696,6 @@ static int ath_init_softc(u16 devid, str
+@@ -1713,12 +1702,6 @@ static int ath_init_softc(u16 devid, str
        /* default to MONITOR mode */
        sc->sc_ah->opmode = NL80211_IFTYPE_MONITOR;
  
        /*
         * Allocate hardware transmit queues: one queue for
         * beacon frames and one data queue for each QoS
-@@ -1833,19 +1816,22 @@ static int ath_init_softc(u16 devid, str
+@@ -1839,19 +1822,22 @@ static int ath_init_softc(u16 devid, str
        /* setup channels and rates */
  
        sc->sbands[IEEE80211_BAND_2GHZ].channels = ath9k_2ghz_chantable;
This page took 0.027879 seconds and 4 git commands to generate.