1. 30240fc wl1271: Add SSID configuration for JOIN in ad-hoc by Juuso Oikarinen · 15 years ago
  2. ddb01a5 wl1271: Fix channel changing code by Juuso Oikarinen · 15 years ago
  3. d8c42c0 wl1271: Fix PSM entry by Juuso Oikarinen · 15 years ago
  4. 8535949 wl1251: fix txop unit by Kalle Valo · 16 years ago
  5. 56007a0 mac80211: wait for beacon before enabling powersave by Johannes Berg · 16 years ago
  6. ececeec wl1271: remove unused flags by Luis R. Rodriguez · 16 years ago
  7. 4ff6ffa wl1251: add U-APSD support by Kalle Valo · 16 years ago
  8. 8f8ff91 wl1251: create qos null data template by Kalle Valo · 16 years ago
  9. 80a112f wl1251: fix sleep related error paths in wl1251_op_bss_info_changed() by Kalle Valo · 16 years ago
  10. dc52f0a wl1251: use mac80211 provided channel parameters in scanning by Kalle Valo · 16 years ago
  11. e477c56 wl1251: get probe request template from mac80211 by Kalle Valo · 16 years ago
  12. 3a98c30 wl1251: cleanup scanning code by Kalle Valo · 16 years ago
  13. f7f7057 wl1251: get PS Poll and Nullfunc templates from mac80211 by Kalle Valo · 16 years ago
  14. 5163363 wl1271: fix timeout in wl1271_top_reg_read by Juha Leppanen · 16 years ago
  15. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 16 years ago
  16. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 16 years ago
  17. 8f648c0 wl1271: Prevent performing "join" before association by Juuso Oikarinen · 16 years ago
  18. 04477bf wl1271: Check vif for NULL when indicating beacon-loss by Juuso Oikarinen · 16 years ago
  19. 38ad2d8 wl1271: Add support for acx_pm_config by Juuso Oikarinen · 16 years ago
  20. 71449f8 wl1271: Change booleans in struct wl1271 into a flags bitmask by Juuso Oikarinen · 16 years ago
  21. 830fb67 wl1271: Fix supported rate management by Juuso Oikarinen · 16 years ago
  22. ec078d9 wl1271: Change rates configured for templates by Juuso Oikarinen · 16 years ago
  23. e0d8bbf wl1271: Add rudimentary ad-hoc support by Juuso Oikarinen · 16 years ago
  24. 26a63f6 wl1271: Remove beacon-loss-ind from PSM entry failure handling by Juuso Oikarinen · 16 years ago
  25. 01ac17e wl1271: Add pre-power-on sleep by Juuso Oikarinen · 16 years ago
  26. 9ccd921 wl1271: Implement chipset boot retry by Juuso Oikarinen · 16 years ago
  27. af5e084 wl1271: prevent power save entry while not associated by Juuso Oikarinen · 16 years ago
  28. 13f2dc5 wl1271: Fix event acknowledging functionality by Juuso Oikarinen · 16 years ago
  29. a6fe231 wl1271: Use slow rates for association messages by Juuso Oikarinen · 16 years ago
  30. 018b171 wl1271: Remove smart reflex ACX by Juuso Oikarinen · 16 years ago
  31. 149e387 wl1271: Configure smart-reflex paramter values. by Juuso Oikarinen · 16 years ago
  32. 9421089 wl1271: use channel 1 when configuring the data path by Luciano Coelho · 16 years ago
  33. 3ed8f2c wl1271: some new configuration values according to new reference by Luciano Coelho · 16 years ago
  34. 8cf5e8e wl1271: upload only the first 468 bytes from the NVS file by Luciano Coelho · 16 years ago
  35. 98b2a68 wl1271: add gpio_power file in debugfs to power the chip on and off by Luciano Coelho · 16 years ago
  36. 1b38ea8 wl1271: fix one typo in the rx_rssi_and_proc_compens values by Luciano Coelho · 16 years ago
  37. 6e92b41 wl1271: implement dco itrim parameters setting by Luciano Coelho · 16 years ago
  38. ac9b40f wl1271: use the correct macro when setting the basic rates by Luciano Coelho · 16 years ago
  39. bdcbbb9 wl1271: set null data template when BSSID is known by Luciano Coelho · 16 years ago
  40. cd26476 wl1271: check result code from the join command by Luciano Coelho · 16 years ago
  41. a2d0e3f wl1271: limit TX power to 25dBm for every channel by Luciano Coelho · 16 years ago
  42. 9cf25fe wl1271: remove workaround for disconnection by Luciano Coelho · 16 years ago
  43. c7f43e4 wl1271: use join command with dummy BSSID by Luciano Coelho · 16 years ago
  44. cf18be4 wl1271: added radio parameters configuration values newer firmwares by Luciano Coelho · 16 years ago
  45. a3e8484 wl1271: update radio and general parameters values by Luciano Coelho · 16 years ago
  46. 76c0f8d wl1271: updated general parameters structure for newer firmwares by Luciano Coelho · 16 years ago
  47. 937a67e wl1271: updated radio parameters structure for newer firmwares by Luciano Coelho · 16 years ago
  48. e8a4a6d wl1251: timeout one too soon in wl1251_boot_run_firmware() by Roel Kluin · 16 years ago
  49. befabac wl1271_cmd.c: cleanup char => u8 by Dan Carpenter · 16 years ago
  50. ea1e4b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 16 years ago
  51. da2fb4e wl1251: enable WMM by Kalle Valo · 16 years ago
  52. 46cb35f wl1251: update tx_hdr when aliging skb in tx by Kalle Valo · 16 years ago
  53. 49e1b9f wl1251: implement WMM by Kalle Valo · 16 years ago
  54. 27336f1 wl1251: implement wl1251_acx_tid_cfg() by Kalle Valo · 16 years ago
  55. 86dff7a wl1251: implement acx_ac_cfg to configure hardware queues by Kalle Valo · 16 years ago
  56. cdd1e9a wl1251: use __dev_alloc_skb() on RX by Kalle Valo · 16 years ago
  57. 7fa6282 wl1251: simplify ELP wakeup time calculation by Kalle Valo · 16 years ago
  58. b5a1679 wl1251: reduce ELP wakeup timeout by Kalle Valo · 16 years ago
  59. 478fdf2 wl1251: fix error handling in wl1251_op_config() by Kalle Valo · 16 years ago
  60. d67e261 wl1251: print a debug message when tx_queue is full by Kalle Valo · 16 years ago
  61. b7339b1 wl1251: add tx queue status to debugfs by Kalle Valo · 16 years ago
  62. c14589e wl1251: don't build null data template in wl1251_op_config() by Kalle Valo · 16 years ago
  63. de8df1e wl1251: fix bssid handling by Kalle Valo · 16 years ago
  64. e84217a wl1251: remove false warning messages by Kalle Valo · 16 years ago
  65. c7c8adb wl1271: Remove REF_CLK hack by Luciano Coelho · 16 years ago
  66. 4a90406 wl1271: remove workaround to ignore -EIO from radio and general params by Luciano Coelho · 16 years ago
  67. 98b5dd5 wl1271: fix radio and general parameters commands by Luciano Coelho · 16 years ago
  68. cc7defa wl1271: set radio and general params also for PLT by Luciano Coelho · 16 years ago
  69. 17d7265 wl1271: fix the inetdev notifier callback return values by Luciano Coelho · 16 years ago
  70. 03442a3 wl1271: Set PSM support flags in driver configuration by Juuso Oikarinen · 16 years ago
  71. 461fa13 wl1271: Prevent PSM-entry retry loop if PSM cancelled by Juuso Oikarinen · 16 years ago
  72. 8450256 wl1271: Decrease BET consecutive terminated beacons value to 10 by Juuso Oikarinen · 16 years ago
  73. c95cf3d0 wl1251: add NVS in EEPROM support by David-John Willis · 16 years ago
  74. 7010193 wl1251: remove depcreated qual usage by Kalle Valo · 16 years ago
  75. 06cc5d3 wl1251: Send null data packet with "TODS" bit set by Vidhya Govindan · 16 years ago
  76. 79553f8 wl1251: Fix regression in IRQ loop handling by Juuso Oikarinen · 16 years ago
  77. a1590f2 wl1251: Filter out unwanted events by Janne Ylalehto · 16 years ago
  78. dcea4db wl1251: Add IRQ looping support by Janne Ylalehto · 16 years ago
  79. 33d51fa wl1251: Increase the beacon loss timeout value and handle regain event by Vidhya Govindan · 16 years ago
  80. 72b5734 wl1251: Set the correct dtim period to the firmware by Vidhya Govindan · 16 years ago
  81. d531cf3 wl1251: Add acx command to set tbtt and dtim period by Vidhya Govindan · 16 years ago
  82. 2410378 wl1251: mask aid bits 14 and 15 in ps-poll template by Kalle Valo · 16 years ago
  83. c74ddfd wl1251: allocate space for firmware with vmalloc() by Kalle Valo · 16 years ago
  84. d5da79a wl1251: Implement delayed entry into ELP mode by Juuso Oikarinen · 16 years ago
  85. 6b21a2c wl1251: Configure beacon filtering on if PSM used by Juuso Oikarinen · 16 years ago
  86. 287f6f9 wl1251: Enable beacon filtering with the stack by Juuso Oikarinen · 16 years ago
  87. 474c48c wl1251: Add connection monitoring configuration by Juuso Oikarinen · 16 years ago
  88. 49f146d wl12xx: declare MODULE_FIRMWARE by Ben Hutchings · 16 years ago
  89. e9a6269 wl1271: use __dev_alloc_skb() on RX by Luis R. Rodriguez · 16 years ago
  90. 3c6af5b wl1271: depend on INET by John W. Linville · 16 years ago
  91. fa867e7 wl1271: Generalize command response reading by Juuso Oikarinen · 16 years ago
  92. ad150e9 wl1271: Correct endianness-handling of command status by Juuso Oikarinen · 16 years ago
  93. 19ad071 wl1271: Add retry implementation for PSM entries by Juuso Oikarinen · 16 years ago
  94. 3b775b4 wl1271: Check result code of commands by Juuso Oikarinen · 16 years ago
  95. 605351e wl1271: Increase TX power value by Juuso Oikarinen · 16 years ago
  96. c6317a5 wl1271: Remove excess null-data template settings by Juuso Oikarinen · 16 years ago
  97. e7d17cf wl1271: fix init loop timeout by Luciano Coelho · 16 years ago
  98. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 16 years ago
  99. 8c8746f wl1251: enable power save by Kalle Valo · 16 years ago
  100. 287d374 wl1271: use ieee80211_rx_ni() by Luciano Coelho · 16 years ago