1. 22 8月, 2011 32 次提交
  2. 12 8月, 2011 2 次提交
  3. 11 8月, 2011 4 次提交
  4. 10 8月, 2011 2 次提交
    • K
      ath6kl: fix function name conflicts with ath9k · ad226ec2
      Kalle Valo 提交于
      Stephen reported that compilation fails if both ath6kl and ath9k are
      compiled in:
      
      drivers/net/wireless/ath/ath6kl/built-in.o: In function `htc_start':
      (.opd+0x600): multiple definition of `htc_start'
      drivers/net/wireless/ath/ath9k/built-in.o:(.opd+0x3e40): first defined here
      drivers/net/wireless/ath/ath6kl/built-in.o: In function `.htc_stop':
      (.text+0x7b40): multiple definition of `.htc_stop'
      drivers/net/wireless/ath/ath9k/built-in.o:(.text+0x67b34): first defined he=
      re
      drivers/net/wireless/ath/ath6kl/built-in.o: In function `.htc_start':
      (.text+0x7d18): multiple definition of `.htc_start'
      drivers/net/wireless/ath/ath9k/built-in.o:(.text+0x67ba0): first defined he=
      re
      drivers/net/wireless/ath/ath6kl/built-in.o: In function `htc_stop':
      (.opd+0x5e8): multiple definition of `htc_stop'
      drivers/net/wireless/ath/ath9k/built-in.o:(.opd+0x3e28): first defined here
      
      To fix this add ath6kl prefix to all public functions in htc.c.
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      ad226ec2
    • L
      b43: Remove EXPERIMENTAL designation from LP PHY selection · 53dd4b93
      Larry Finger 提交于
      Since kernel 3.0, the problems with controlling b43 devices that have
      low-power (LP) PHYs have been fixed and the EXPERIMENTAL designation
      can be fixed.
      
      This patch also fixes a typo as the device supports 802.11b communications.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Acked-by: NRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      53dd4b93