1. 09 8月, 2011 1 次提交
  2. 21 7月, 2011 1 次提交
    • P
      ath5k: merge ath5k_hw and ath5k_softc · e0d687bd
      Pavel Roskin 提交于
      Both ath5k_hw and ath5k_softc represent one instance of the hardware.
      This duplication is historical and is not needed anymore.
      
      Keep the name "ath5k_hw" for the merged structure and "ah" for the
      variable pointing to it.  "ath5k_hw" is shorter than "ath5k_softc", more
      descriptive and more widely used.
      
      Put the combined structure to ath5k.h where the old ath5k_softc used to
      be. Move some code from base.h to ath5k.h as needed.
      
      Remove memory allocation for struct ath5k_hw and the corresponding error
      handling.  Merge iobase and ah_iobase fields.
      Signed-off-by: NPavel Roskin <proski@gnu.org>
      Acked-by: NNick Kossifidis <mickflemm@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e0d687bd
  3. 08 7月, 2011 2 次提交
  4. 06 7月, 2011 1 次提交
  5. 03 12月, 2010 1 次提交
  6. 03 6月, 2010 1 次提交
    • B
      ath5k: add sysfs files for ANI parameters · 40ca22ea
      Bruno Randolf 提交于
      /sys/class/ieee80211/phy0/device/ani/ani_mode
      /sys/class/ieee80211/phy0/device/ani/noise_immunity_level
      /sys/class/ieee80211/phy0/device/ani/spur_level
      /sys/class/ieee80211/phy0/device/ani/firstep_level
      /sys/class/ieee80211/phy0/device/ani/ofdm_weak_signal_detection
      /sys/class/ieee80211/phy0/device/ani/cck_weak_signal_detection
      /sys/class/ieee80211/phy0/device/ani/noise_immunity_level_max
      /sys/class/ieee80211/phy0/device/ani/spur_level_max
      /sys/class/ieee80211/phy0/device/ani/firstep_level_max
      
      sysfs has a lot of symlinks, so you can find the files also in other locations,
      like (by PCI ID) /sys/devices/pci0000:00/0000:00:11.0/ani and others.
      Signed-off-by: NBruno Randolf <br1@einfach.org>
      Acked-by: NNick Kossifidis <mickflemm@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      40ca22ea
新手
引导
客服 返回
顶部