1. 0b8f6f2b1 ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops by Luis R. Rodriguez · 14 years ago
  2. df23aca ath9k_hw: complete AR9003 calibration by Luis R. Rodriguez · 14 years ago
  3. 4b01931 ath9k_hw: fill in the callbacks for calibration for AR9003 by Luis R. Rodriguez · 14 years ago
  4. 77d6d39 ath9k_hw: abstract loading noisefloor by Luis R. Rodriguez · 14 years ago
  5. 400b738 ath9k_hw: abstract the AR_PHY_AGC_CONTROL register access by Luis R. Rodriguez · 14 years ago
  6. 6686024 ath9k_hw: Initialize interrupt mask for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  7. 55e82df ath9k_hw: Abstract the routine which returns interrupt status by Vasanthakumar Thiagarajan · 14 years ago
  8. 991312d ath9k_hw: move TX/RX gain INI stuff to its own hardware family code by Luis R. Rodriguez · 14 years ago
  9. d8f492b ath9k_hw: move the cck channel 14 INI to the AR9002 hw code by Luis R. Rodriguez · 14 years ago
  10. b3950e6 ath9k_hw: split the generic hardware code by hardware family by Luis R. Rodriguez · 14 years ago
  11. 204729f ath9k_hw: add the config_pci_powersave AR9003 callback by Luis R. Rodriguez · 14 years ago
  12. 590b7d2 ath9k_hw: add the AR9003 ar9003_hw_init_cal callback by Luis R. Rodriguez · 14 years ago
  13. 795f5e2 ath9k_hw: split calib code by hardware families by Luis R. Rodriguez · 14 years ago
  14. 0df13da ath9k_hw: move the cal AR9100 calibration settings by Luis R. Rodriguez · 14 years ago
  15. b43d59f ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf() by Luis R. Rodriguez · 14 years ago
  16. 37c3e8b ath9k_hw: rename the PA calib routines to match their families by Luis R. Rodriguez · 14 years ago
  17. af6757e ath9k_hw: simplify OLC temp compensation for AR9002 by Luis R. Rodriguez · 14 years ago
  18. 2b5facf ath9k_hw: move the AR9280 OLC temp comp to its own helper by Luis R. Rodriguez · 14 years ago
  19. 80b9993 ath9k_hw: shift code for AR9280 OLC temp comp by Luis R. Rodriguez · 14 years ago
  20. becdbc54 ath9k_hw: rename PA calib for AR9287 by Luis R. Rodriguez · 14 years ago
  21. e83a113 ath9k_hw: add a helper for the OLC tem compensation for AR9002 by Luis R. Rodriguez · 14 years ago
  22. 4d001d1 ath9k_hw: add a helper for Power Amplifier calibration for AR9002 by Luis R. Rodriguez · 14 years ago
  23. 939ad86 ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup by Senthil Balasubramanian · 14 years ago
  24. 641d992 ath9k_hw: Split out the function for reading the noise floor by Felix Fietkau · 14 years ago
  25. b5c80475 ath9k: Add Rx EDMA support by Felix Fietkau · 14 years ago
  26. c38d4d2 ath9k: Make bf_desc of ath_buf opaque by Vasanthakumar Thiagarajan · 14 years ago
  27. 6d913f7 ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purpose by Vasanthakumar Thiagarajan · 14 years ago
  28. d826c83 ath9k: Use memcpy in ath_clone_txbuf() by Vasanthakumar Thiagarajan · 14 years ago
  29. 5c3a338 ath9k: Use abstraction to get link pointer by Vasanthakumar Thiagarajan · 14 years ago
  30. 87d5efb ath9k_hw: Add abstraction to set/get link pointer by Vasanthakumar Thiagarajan · 14 years ago
  31. 3f3a1c8 ath9k_hw: Move code which populates ds_data to ath9k_hw by Vasanthakumar Thiagarajan · 14 years ago
  32. 162c3be ath9k_hw: Define tx control struct for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  33. af914a9 ath9k_hw: add all the AR9003 PHY callbacks by Luis R. Rodriguez · 14 years ago
  34. c16fcb4 ath9k_hw: Split off ANI control to the PHY ops by Felix Fietkau · 14 years ago
  35. cffb5e4 ath9k_hw: add helpers for processing the AR9003 INI by Luis R. Rodriguez · 14 years ago
  36. 13ce3e9 ath9k_hw: add initvals for the AR9003 hardware family by Luis R. Rodriguez · 14 years ago
  37. af01c04 ath9k_hw: split initvals.h by hardware family by Luis R. Rodriguez · 14 years ago
  38. ca37555 ath9k_hw: Implement spur mitigation on AR9003 by Felix Fietkau · 14 years ago
  39. 317d332 ath9k_hw: Implement PLL control on AR9003 by Felix Fietkau · 14 years ago
  40. f7abf0c ath9k_hw: Set the channel on AR9003 by Felix Fietkau · 14 years ago
  41. 7152451 ath9k_hw: add common channel select helpers for ar900[23] by Luis R. Rodriguez · 14 years ago
  42. da6f1d7 ath9k_hw: Add AR9003 PHY register definitions by Felix Fietkau · 14 years ago
  43. 84e2169 ath9k_hw: prevent reset control register zeroing on AR9003 reset by Senthil Balasubramanian · 14 years ago
  44. 1f3f061 ath9k_hw: update the chip tests for AR9003 by Senthil Balasubramanian · 14 years ago
  45. ad7b806 ath9k_hw: Add few routines for rx edma support by Vasanthakumar Thiagarajan · 14 years ago
  46. ae3bb6d ath9k_hw: Fill rx_enable() for the AR9003 hardware family by Vasanthakumar Thiagarajan · 14 years ago
  47. cee1f62 ath9k_hw: Add abstraction for rx enable by Vasanthakumar Thiagarajan · 14 years ago
  48. ceb2644 ath9k_hw: Fill few hw cap for edma by Vasanthakumar Thiagarajan · 14 years ago
  49. 1adf02f ath9k_hw: Add hw cap flag for EDMA for the AR9003 family by Vasanthakumar Thiagarajan · 14 years ago
  50. 3448f91 ath9k: disable the MIB interrupt if ANI is disabled by Luis R. Rodriguez · 14 years ago
  51. 31a0bd3 ath9k_hw: disable ANI for AR9003 by Luis R. Rodriguez · 14 years ago
  52. 61accab ath9k_hw: add the AR9003 ar9003_hw_macversion_supported() by Luis R. Rodriguez · 14 years ago
  53. bab1f62 ath9k_hw: move init config and default after chip is up by Luis R. Rodriguez · 14 years ago
  54. 8525f28 ath9k_hw: Add AR9003 PHY support by Luis R. Rodriguez · 14 years ago
  55. db3cc53 ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables by Senthil Balasubramanian · 14 years ago
  56. 6477396 ath9k_hw: add a private callback for PLL control computation by Luis R. Rodriguez · 14 years ago
  57. bbd79af ath9k_hw: add some comments for ath9k_set_power_network_sleep() by Luis R. Rodriguez · 14 years ago
  58. e041228 ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset by Luis R. Rodriguez · 14 years ago
  59. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 14 years ago
  60. aed1baf ath9k_hw: remove wrapper ath9k_hw_write_regs() by Luis R. Rodriguez · 14 years ago
  61. 42d5bc3 ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting by Luis R. Rodriguez · 14 years ago
  62. 783dfca ath9k_hw: add support for GPIO differences on AR9003 by Felix Fietkau · 14 years ago
  63. 2c5204a ath9k_hw: add simple register abstraction for some AR9300 registers by Felix Fietkau · 14 years ago
  64. 0bef631 ath9k_hw: fix a missing hex prefix for a register mask by Felix Fietkau · 14 years ago
  65. 086a864 ath9k_hw: add a macro for abstracting generic timer access by Felix Fietkau · 14 years ago
  66. b055032 ath9k_hw: add silicon revision macros for AR9300 by Felix Fietkau · 14 years ago
  67. d70357d ath9k_hw: start building an abstraction layer for hardware routines by Luis R. Rodriguez · 14 years ago
  68. ac1a474 libertas: Davinci platforms need more time loading helper firmware by Dan Williams · 14 years ago
  69. 96021f0 libertas: consolidate SDIO firmware wait code by Dan Williams · 14 years ago
  70. edbe056 rtl818x: Move configuration details to the rtl818x directory by Larry Finger · 14 years ago
  71. 8c00b39 wl1251: register platform_device to pass board data by Grazvydas Ignotas · 14 years ago
  72. 103823d p54pci: fix serious sparse warning by Christian Lamparter · 14 years ago
  73. 2fddd88 wireless: rt2x00: rt2800usb: identify Hawking devices by Xose Vazquez Perez · 14 years ago
  74. 745b1ae rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mapped by Helmut Schaa · 14 years ago
  75. 4108669 rt2x00: add txdesc parameter to write_tx_data by Helmut Schaa · 14 years ago
  76. 61c2a80 wl1251: read default MAC address from EEPROM when available by Grazvydas Ignotas · 14 years ago
  77. a5e944f wireless: rt2x00: rt2800usb: identify Sitecom devices by Xose Vazquez Perez · 14 years ago
  78. 94d0bbe ar9170usb: add a couple more USB IDs by Christian Lamparter · 14 years ago
  79. afa5ec2 wl1251: don't require NVS data when EEPROM is used by Grazvydas Ignotas · 14 years ago
  80. f8e1d08 ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb device by Ming Lei · 14 years ago
  81. 0fa35a5 ath9k-htc:respect usb buffer cacheline alignment in reg out path by Ming Lei · 14 years ago
  82. e6c6d33 ath9k-htc:respect usb buffer cacheline alignment in reg in path by Ming Lei · 14 years ago
  83. f28a7b3 ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbs by Ming Lei · 14 years ago
  84. 87d77c4 ath5k: treat RXORN as non-fatal by Bruno Randolf · 14 years ago
  85. 0edc9a6 ath5k: Use high bitrates for ACK/CTS by Bruno Randolf · 14 years ago
  86. cc78e90 rt2x00: Add rt3390 support in rt2800 register initialization. by Gertjan van Wingerde · 14 years ago
  87. 6452295 rt2x00: Add rt3090 support in rt2800 register initialization. by Gertjan van Wingerde · 14 years ago
  88. d5385bf rt2x00: Add rt3071 support in rt2800 register initialization. by Gertjan van Wingerde · 14 years ago
  89. 8cdd15e rt2x00: Finish rt3070 support in rt2800 register initialization. by Gertjan van Wingerde · 14 years ago
  90. a9dce14 rt2x00: Align rt2800 register initialization with vendor driver. by Gertjan van Wingerde · 14 years ago
  91. 8d0c9b6 rt2x00: Refactor rt2800 version constants. by Gertjan van Wingerde · 14 years ago
  92. e148b4c rt2x00: Align RT chipset definitions with vendor driver. by Gertjan van Wingerde · 14 years ago
  93. fab799c rt2x00: Update rt2800 register definitions towards latest definitions. by Gertjan van Wingerde · 14 years ago
  94. 06855ef rt2x00: Let RF chipset decide the RF channel switch method to use in rt2800. by Gertjan van Wingerde · 14 years ago
  95. 5988f38 p54pci: prevent stuck rx-ring on slow system by Quintin Pitts · 14 years ago
  96. b1f9086 Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 by John W. Linville · 14 years ago
  97. 470058e0 iwlwifi: avoid Tx queue memory allocation in interface down by Zhu Yi · 14 years ago
  98. 57e40d3 iwlwifi: fix compiler warning by Wey-Yi Guy · 14 years ago
  99. f875f51 iwlwifi: fix compile warnings when compiling without debug by Reinette Chatre · 14 years ago
  100. 4c8d191 iwlwifi: small changes in comments by Wey-Yi Guy · 14 years ago