1. 1970357 ath6kl: Release the memory allocated for the firmware by Raja Mani · 13 years ago
  2. 9aa6035 ath6kl: Fix crash during the connection process by Raja Mani · 13 years ago
  3. 91db35d ath6kl: Cleanup void * in ath6kl_cfg80211_scan_node() by Vasanthakumar Thiagarajan · 13 years ago
  4. 8a8bc5a ath6kl: Use ath6kl_cfg80211_scan_node() directly instead of function pointer by Vasanthakumar Thiagarajan · 13 years ago
  5. 77fccc7 ath6kl: Remove ath6kl_wmi_iterate_nodes() by Vasanthakumar Thiagarajan · 13 years ago
  6. 39dd3fc ath6kl: Pass only the needed scan_table to ath6kl_wmi_iterate_nodes() by Vasanthakumar Thiagarajan · 13 years ago
  7. 852bd9d ath6kl: Move initialization/deinitialization of scan_table to appropriate functions by Vasanthakumar Thiagarajan · 13 years ago
  8. 9d0c6bc ath6kl: Cleanup parameters of wlan_node_table_init() by Vasanthakumar Thiagarajan · 13 years ago
  9. 46ff8d5 ath6kl: Remove ath6kl_wmi_get_current_bssid() by Vasanthakumar Thiagarajan · 13 years ago
  10. 70df051 ath6kl: Remove bssid from struct wmi by Vasanthakumar Thiagarajan · 13 years ago
  11. e4c7ffc ath6kl: Cleanup parameters for wlan_refresh_inactive_nodes() by Vasanthakumar Thiagarajan · 13 years ago
  12. 7c3075e ath6kl: Move scan table from wmi to ath6kl by Vasanthakumar Thiagarajan · 13 years ago
  13. 2865785 ath6kl: Cleanup void *parent_dev in struct wmi by Vasanthakumar Thiagarajan · 13 years ago
  14. 37ca633 ath6kl: change aggreation timeout message from an error to a debug message by Kalle Valo · 13 years ago
  15. f96efb5 ath6kl: remove dependency to wireless extensions by Kalle Valo · 13 years ago
  16. 6fd1eac ath6kl: fix crash when interface is closed but scan is ongoing by Kalle Valo · 13 years ago
  17. cf104c2 ath6kl: fix atomicity in ath6kl_cfg80211_scan_node() by Kalle Valo · 13 years ago
  18. b2c76bb ath6kl: don't force foreground scan when connected by Kalle Valo · 13 years ago
  19. 575b5f3 ath6kl: Use bit field macros to maintain wlan enabled and disabled status by Raja Mani · 13 years ago
  20. c8790cb ath6kl: Avoid two memset to clear src and desr mac addr variable memory in ath6kl_wmi_dot11_hdr_remove() by Raja Mani · 13 years ago
  21. 5ba3ee4 ath6kl: Rearrange the variable and the value position in IF condition by Raja Mani · 13 years ago
  22. 2588f55 ath6kl: Print bad trailer data only when htc fails to parse trailer info by Raja Mani · 13 years ago
  23. 58d92ab ath6kl: Remove unused struct ath6kl_async_reg_io_buffer by Vasanthakumar Thiagarajan · 13 years ago
  24. fcb8205 ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  25. 7520ceb ath6kl: Bypass reading irq status based on chk_irq_status_cnt by Vasanthakumar Thiagarajan · 13 years ago
  26. 50745af ath6kl: Move scatter information from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  27. 5be8824 ath6kl: Move block_sz and block_mask from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  28. 3b2f5e5 ath6kl: Move bundle size from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  29. df45f7f ath6kl: Remove callback msg_pending() and used the function directly by Vasanthakumar Thiagarajan · 13 years ago
  30. 23b7840 ath6kl: Minor cleanup in ath6kldev_submit_scat_req() by Vasanthakumar Thiagarajan · 13 years ago
  31. ca06cad ath6kl: Remove ath6kldev_setup_msg_bndl() by Vasanthakumar Thiagarajan · 13 years ago
  32. 348a8fb ath6kl: Merge scatter rw request functions into one by Vasanthakumar Thiagarajan · 13 years ago
  33. da22069 ath6kl: Refactor ath6kl_sdio_read_write_sync() by Vasanthakumar Thiagarajan · 13 years ago
  34. 4a005c3 ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_req by Vasanthakumar Thiagarajan · 13 years ago
  35. cfeab10 ath6kl: Merge scatter gather setup functions for two method by Vasanthakumar Thiagarajan · 13 years ago
  36. 18a0f93 ath6kl: Move down scatter enable and cleanup functions by Vasanthakumar Thiagarajan · 13 years ago
  37. ac2bba0 ath6kl: Cleanup ath6kl_sdio_cleanup_scatter() by Vasanthakumar Thiagarajan · 13 years ago
  38. def85c0 ath6kl: Cleanup ath6kl_sdio_enable_scatter() by Vasanthakumar Thiagarajan · 13 years ago
  39. 3df505a ath6kl: Refactor refactor ath6kl_sdio_setup_scat_resource() by Vasanthakumar Thiagarajan · 13 years ago
  40. e041c7f ath6kl: Remove endpoint reference from hif_scatter_req by Vasanthakumar Thiagarajan · 13 years ago
  41. 7c565b6 ath6kl: Remove useless flags in hif_scatter_req by Vasanthakumar Thiagarajan · 13 years ago
  42. d4df789 ath6kl: Remove struct hif_scatter_req_priv by Vasanthakumar Thiagarajan · 13 years ago
  43. c630d18 ath6kl: Move ath6kl_sdio_async_rw_scatter() down to other hif_ops functions by Vasanthakumar Thiagarajan · 13 years ago
  44. f74a736 ath6kl: cleanup callbacks for different scatter gather method by Vasanthakumar Thiagarajan · 13 years ago
  45. bdcd817 Add ath6kl cleaned up driver by Kalle Valo · 13 years ago
  46. f749b94 ath9k: use the new channel noise value for signal strength and survey info by Felix Fietkau · 13 years ago
  47. f23fba49 ath9k_hw: calculate a much better approximation of channel noise by Felix Fietkau · 13 years ago
  48. 987dafa mac80211/mesh: make the preq queue lock consistent by Baruch Siach · 13 years ago
  49. dfb72c4 libertas_usb: program OLPC EC wakeup mask for wake-on-WLAN by Daniel Drake · 13 years ago
  50. 9c204b4 ath9k_hw: do not limit initial tx power to 20 dbm by Felix Fietkau · 13 years ago
  51. 071bfef ath9k_hw: fix calculated runtime tx power limit by Felix Fietkau · 13 years ago
  52. e832bf1 ath9k_hw: remove the tx power index offset by Felix Fietkau · 13 years ago
  53. bb1f3ad ath5k: remove last references to "softc" by Pavel Roskin · 13 years ago
  54. 931be26 ath5k: clean up base.h and its use by Pavel Roskin · 13 years ago
  55. d601d9c ath: fix spelling of Grenada by Pavel Roskin · 13 years ago
  56. aea0514 orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002 by Pavel Roskin · 13 years ago
  57. fb3d936 hostap_cs: support cards with "Version 01.02" as third product ID by Pavel Roskin · 13 years ago
  58. 3ed8c26 pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3 by Pavel Roskin · 13 years ago
  59. ea7a03c b43legacy: report core number by Pavel Roskin · 13 years ago
  60. 39e6871 mac80211: Don't use a buf_size=0 in ADDBA requests by Helmut Schaa · 13 years ago
  61. 3ca9788 mac80211: Stop TX BA session if buf_size is zero by Helmut Schaa · 13 years ago
  62. 191d6a8 b43legacy: remove 64-bit DMA support by Pavel Roskin · 13 years ago
  63. ae7f9a7 iwlagn: support v2 of enhanced sensitivity table by Wey-Yi Guy · 13 years ago
  64. e7515ba iwlagn: change default sensitivity value for 5000 and 6000 series by Wey-Yi Guy · 13 years ago
  65. b4ca608 mac80211: remove offchannel_tx API by Johannes Berg · 13 years ago
  66. c6baf7f iwlagn: support new P2P implementation by Johannes Berg · 13 years ago
  67. 4d2a5d0 iwlagn: move context init after firmware loading by Johannes Berg · 13 years ago
  68. ca9a460 iwlagn: bump firmware API for some devices by Johannes Berg · 13 years ago
  69. 5d7969b iwlagn: separate firmware version warning by Johannes Berg · 13 years ago
  70. 306584c iwlagn: Remove ht40 support from 5.2GHz for _bgn devices by Wey-Yi Guy · 13 years ago
  71. 946572b2 iwlagn: default smps mode for 1000 series device by Wey-Yi Guy · 13 years ago
  72. 72c04ce iwlagn: reserve queue 10 for TX during scan dwell by Johannes Berg · 13 years ago
  73. 32c2546 ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value by Pavel Roskin · 13 years ago
  74. 8d44a82 ath5k: remove most references to XR by Pavel Roskin · 13 years ago
  75. 2972cc1 ath5k: remove unused and write-only structures and fields by Pavel Roskin · 13 years ago
  76. eb93e89 ath9k: remove all references to subsysid, it's never used by Pavel Roskin · 13 years ago
  77. a3e72cd bcm47xx: fix irq assignment for new SoCs. by Hauke Mehrtens · 13 years ago
  78. c1d1c5d bcm47xx: add support for bcma bus by Hauke Mehrtens · 13 years ago
  79. a656ffc bcm47xx: make it possible to build bcm47xx without ssb. by Hauke Mehrtens · 13 years ago
  80. 08ccf572 bcm47xx: prepare to support different buses by Hauke Mehrtens · 13 years ago
  81. 908debc bcma: get CPU clock by Hauke Mehrtens · 13 years ago
  82. e3afe0e bcma: add serial console support by Hauke Mehrtens · 13 years ago
  83. 21e0534 bcma: add mips driver by Hauke Mehrtens · 13 years ago
  84. ecd177c bcma: add SOC bus by Hauke Mehrtens · 13 years ago
  85. 517f43e bcma: add functions to scan cores needed on SoCs by Hauke Mehrtens · 13 years ago
  86. 67a5c29 bcma: move initializing of struct bcma_bus to own function. by Hauke Mehrtens · 13 years ago
  87. 982eee6 bcma: move parsing of EEPROM into own function. by Hauke Mehrtens · 13 years ago
  88. 581c9c4 ath9k: use pci_dev->subsystem_device by Sergei Shtylyov · 13 years ago
  89. 26aaa4a mwifiex: remove redundant variable scan_table_idx by Bing Zhao · 13 years ago
  90. 8e92f2a libertas_usb: use USB interface as parent device by Daniel Drake · 13 years ago
  91. 49fee69 libertas: link mesh device to wiphy by Daniel Drake · 13 years ago
  92. 04b0c5c cfg80211: remove unused wext handler exports by Johannes Berg · 13 years ago
  93. 67a5003 mwifiex: remove wireless.h inclusion and fix resulting bugs by Bing Zhao · 13 years ago
  94. 7c966a6 mac80211: remove linux/wireless.h inclusion by Johannes Berg · 13 years ago
  95. bb9b08a mwifiex: add wext include by Johannes Berg · 13 years ago
  96. 9090e16 wl1251: remove wext dependencies by Johannes Berg · 13 years ago
  97. 3b40c04 wl12xx: remove wext dependencies by Johannes Berg · 13 years ago
  98. 029111e rndis_wlan: remove wireless extensions inclusions by Johannes Berg · 13 years ago
  99. 6cff689 b43legacy: remove wireless extensions inclusions by Johannes Berg · 13 years ago
  100. 9a5a133 b43: remove wireless extensions inclusions by Johannes Berg · 13 years ago