1. 25 11月, 2010 24 次提交
  2. 24 11月, 2010 1 次提交
  3. 23 11月, 2010 15 次提交
    • F
      ath9k_htc: fix eeprom access · f8afa42b
      Felix Fietkau 提交于
      wireless-testing commit a05b5d45
      ath9k: add support for reading eeprom from platform data on PCI devices
      
      This change moved the initialization of the AH_USE_EEPROM flag from ath9k_hw
      to ath9k. This needs to be added to ath9k_htc as well
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f8afa42b
    • F
      ath9k_hw: fix A-MPDU key search issues on AR9003 · 02d2ebb2
      Felix Fietkau 提交于
      Under load, a large number of frames can produce decryption errors, even when
      no key cache update is being done. Performing a key search for every single
      frame in an A-MPDU improves reliability.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      02d2ebb2
    • J
      zd1211rw: Use const · 7253965a
      Joe Perches 提交于
      Mark arrays const that are unmodified after initializations.
      
         text	   data	    bss	    dec	    hex	filename
        19291	     56	   4136	  23483	   5bbb	drivers/net/wireless/zd1211rw/zd_chip.o.old
        19291	     56	   4136	  23483	   5bbb	drivers/net/wireless/zd1211rw/zd_chip.o.new
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7253965a
    • J
      rt2x00: Use static const · f4e16e41
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        40197	     56	   8336	  48589	   bdcd	drivers/net/wireless/rt2x00/rt2800lib.o.new
        40205	     56	   8336	  48597	   bdd5	drivers/net/wireless/rt2x00/rt2800lib.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Acked-by: NGertjan van Wingerde <gwingerde@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f4e16e41
    • J
      rndis_wlan: Use static const · 22288a58
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        41757	   2205	   9896	  53858	   d262	drivers/net/wireless/rndis_wlan.o.old
        41653	   2205	   9880	  53738	   d1ea	drivers/net/wireless/rndis_wlan.o.new
      
      Changed functions rndis_set_oid and set_bssid to take const *'s.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      22288a58
    • J
      ray_cs: Use static const · ff273b91
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        42607	   3581	   8536	  54724	   d5c4	drivers/net/wireless/ray_cs.o.new
        42603	   3585	   8536	  54724	   d5c4	drivers/net/wireless/ray_cs.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ff273b91
    • J
      libertas: Use static const · 482e039f
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
         3650	     56	    704	   4410	   113a	drivers/net/wireless/libertas/rx.o.new
         3695	     56	    704	   4455	   1167	drivers/net/wireless/libertas/rx.o.old
        27328	    964	   5240	  33532	   82fc	drivers/net/wireless/libertas/cfg.o.new
        27328	    964	   5240	  33532	   82fc	drivers/net/wireless/libertas/cfg.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      482e039f
    • J
      iwlwifi: Use static const · 20407ed8
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        48644	     57	  12120	  60821	   ed95	drivers/net/wireless/b43/phy_n.o.new
        48661	     57	  12120	  60838	   eda6	drivers/net/wireless/b43/phy_n.o.old
        37906	     86	   7904	  45896	   b348	drivers/net/wireless/iwlwifi/iwl-agn-lib.o.new
        37937	     86	   7904	  45927	   b367	drivers/net/wireless/iwlwifi/iwl-agn-lib.o.old
        37781	    523	   6752	  45056	   b000	drivers/net/wireless/iwlwifi/iwl-3945.o.new
        37781	    523	   6752	  45056	   b000	drivers/net/wireless/iwlwifi/iwl-3945.o.old
      
      Changed b43_nphy_write_clip_detection to take a const u16 *
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      20407ed8
    • J
      b43: Use static const · 5b4bc649
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
         5502	     56	   1336	   6894	   1aee	drivers/net/wireless/b43/phy_common.o.new
         5511	     56	   1336	   6903	   1af7	drivers/net/wireless/b43/phy_common.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5b4bc649
    • J
      atmel: Use static const · 3370a895
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        42578	    720	   8528	  51826	   ca72	drivers/net/wireless/atmel.o.old
        42578	    720	   8528	  51826	   ca72	drivers/net/wireless/atmel.o.new
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3370a895
    • J
      carl9170: Use static const · 5653a63d
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
         1897	     56	    672	   2625	    a41	drivers/net/wireless/ath/carl9170/cmd.o.new
         1897	     56	    672	   2625	    a41	drivers/net/wireless/ath/carl9170/cmd.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5653a63d
    • J
      ath9k: Use static const · 07b2fa5a
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        11161	     56	   2136	  13353	   3429	drivers/net/wireless/ath/ath9k/ar9003_paprd.o.new
        11167	     56	   2136	  13359	   342f	drivers/net/wireless/ath/ath9k/ar9003_paprd.o.old
        15428	     56	   3056	  18540	   486c	drivers/net/wireless/ath/ath9k/eeprom_4k.o.old
        15451	     56	   3056	  18563	   4883	drivers/net/wireless/ath/ath9k/eeprom_4k.o.new
        14087	     56	   2560	  16703	   413f	drivers/net/wireless/ath/ath9k/eeprom_9287.o.old
        14036	     56	   2560	  16652	   410c	drivers/net/wireless/ath/ath9k/eeprom_9287.o.new
        10041	     56	   2384	  12481	   30c1	drivers/net/wireless/ath/ath9k/ani.o.new
        10088	     56	   2384	  12528	   30f0	drivers/net/wireless/ath/ath9k/ani.o.old
         9316	   1580	   2304	  13200	   3390	drivers/net/wireless/ath/ath9k/htc_drv_init.o.new
         9316	   1580	   2304	  13200	   3390	drivers/net/wireless/ath/ath9k/htc_drv_init.o.old
        16483	     56	   3432	  19971	   4e03	drivers/net/wireless/ath/ath9k/ar9003_phy.o.new
        16517	     56	   3432	  20005	   4e25	drivers/net/wireless/ath/ath9k/ar9003_phy.o.old
        18221	    104	   2960	  21285	   5325	drivers/net/wireless/ath/ath9k/rc.o.old
        18203	    104	   2960	  21267	   5313	drivers/net/wireless/ath/ath9k/rc.o.new
        19985	     56	   4288	  24329	   5f09	drivers/net/wireless/ath/ath9k/eeprom_def.o.new
        20040	     56	   4288	  24384	   5f40	drivers/net/wireless/ath/ath9k/eeprom_def.o.old
        23997	     56	   4984	  29037	   716d	drivers/net/wireless/ath/ath9k/ar5008_phy.o.old
        23846	     56	   4984	  28886	   70d6	drivers/net/wireless/ath/ath9k/ar5008_phy.o.new
        24285	     56	   3184	  27525	   6b85	drivers/net/wireless/ath/ath9k/ar9003_eeprom.o.old
        24101	     56	   3184	  27341	   6acd	drivers/net/wireless/ath/ath9k/ar9003_eeprom.o.new
         6834	     56	   1032	   7922	   1ef2	drivers/net/wireless/ath/ath9k/ar9002_phy.o.old
         6780	     56	   1032	   7868	   1ebc	drivers/net/wireless/ath/ath9k/ar9002_phy.o.new
        36211	     64	   8624	  44899	   af63	drivers/net/wireless/ath/ath9k/hw.o.new
        36401	     64	   8624	  45089	   b021	drivers/net/wireless/ath/ath9k/hw.o.old
         9281	     56	   1496	  10833	   2a51	drivers/net/wireless/ath/ath9k/ar9003_calib.o.old
         9150	     56	   1496	  10702	   29ce	drivers/net/wireless/ath/ath9k/ar9003_calib.o.new
      
      Use ARRAY_SIZE instead of a magic number.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      07b2fa5a
    • J
      ath5k: Use static const · 8b22523b
      Joe Perches 提交于
      Using static const generally increases object text and decreases data size.
      It also generally decreases overall object size.
      
         text	   data	    bss	    dec	    hex	filename
        11266	     56	   2464	  13786	   35da	drivers/net/wireless/ath/ath5k/ani.o.old
        11181	     56	   2464	  13701	   3585	drivers/net/wireless/ath/ath5k/ani.o.new
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8b22523b
    • J
      ar9170: Use const · 85be3d98
      Joe Perches 提交于
      Mark an array const.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      85be3d98
    • C
      carl9170: fix init-self regression · a9ab2113
      Christian Lamparter 提交于
      The commit: "carl9170: tx path review" introduced a regression.
      
      gcc (with -Winit-self):
      tx.c:1264: warning: ‘super’ is used uninitialized in this function
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a9ab2113