1. b0a1eda rt2800pci: convert to use struct rt2800_ops methods by Bartlomiej Zolnierkiewicz · 15 years ago
  2. 7a345d3 rt2800usb: convert to use struct rt2800_ops methods by Bartlomiej Zolnierkiewicz · 15 years ago
  3. ee134fc rt2x00: add driver private field to struct rt2x00_dev by Bartlomiej Zolnierkiewicz · 15 years ago
  4. 3a9e5b0 rt2800pci: add rt2800_mcu_request() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  5. 4f2c532 rt2800usb: add rt2800_mcu_request() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  6. ada0394 rt2800pci: add rt2800_rf_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 5c70e5b rt2800usb: add rt2800_rf_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 1af68f7 rt2800pci: add rt2800_rfcsr_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  9. e91fea9 rt2800usb: add rt2800_rfcsr_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 3e2c9df rt2800pci: add rt2800_bbp_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  11. eff6ece rt2800usb: add rt2800_bbp_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  12. b4a77d0d rt2800pci: add rt2800_regbusy_read() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  13. ab209b9 rt2800usb: add rt2800_regbusy_read() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 4f2732c rt2800pci: add rt2800_register_multi[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 678b4ee rt2800usb: add rt2800_register_multi[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 9ca21eb rt2800pci: add rt2800_register_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  17. abbb505 rt2800usb: add rt2800_register_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 15 years ago
  18. e9a6269 wl1271: use __dev_alloc_skb() on RX by Luis R. Rodriguez · 15 years ago
  19. c327d96 mac80211: fix internal scan request by Johannes Berg · 15 years ago
  20. 450aae3 mac80211: Fix IBSS merge by Sujith · 15 years ago
  21. b35686d rt2x00: remove needless ifdefs from rt2x00leds.h by Bartlomiej Zolnierkiewicz · 15 years ago
  22. d07624f rt2800usb: fix comments in rt2800usb.h by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 3306ef6 rt2800usb: use rt2x00usb_register_multiwrite() to set key entries by Bartlomiej Zolnierkiewicz · 15 years ago
  24. 02a39c2 rt2x00: fix rt2x00usb_register_read() comment by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 77dba49 rt2800pci: fix comment about IV/EIV fields by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 8807bb8 rt2800pci: fix comment about register access by Bartlomiej Zolnierkiewicz · 15 years ago
  27. f644fea rt2800pci: fix crypto in TX frame by Bartlomiej Zolnierkiewicz · 15 years ago
  28. a8ea2b2 rt2800usb: fix rt2800usb_rfcsr_read() by Bartlomiej Zolnierkiewicz · 15 years ago
  29. f44eafa rt2800pci: make Kconfig help entry more helpful by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 71eafe3 rt2800usb: make Kconfig help entry more helpful by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 5ed176e mac80211: make ieee80211_find_sta per virtual interface by Johannes Berg · 15 years ago
  32. 7fdad98 cfg80211: remove dead variable by Johannes Berg · 15 years ago
  33. 5b9482d mwl8k: pci BAR mapping changes by Lennert Buytenhek · 15 years ago
  34. 45eb400 mwl8k: shorten receive/transmit state variable names by Lennert Buytenhek · 15 years ago
  35. a43c49a mwl8k: add support for enabling hardware sniffer mode by Lennert Buytenhek · 15 years ago
  36. 5dfd3e2 mwl8k: report rate and other information for received frames by Lennert Buytenhek · 15 years ago
  37. 22995b2 mwl8k: clarify WME transmit queue 0/1 swizzling by Lennert Buytenhek · 15 years ago
  38. 3d76e82 mwl8k: use cond_resched() when loading firmware blocks by Lennert Buytenhek · 15 years ago
  39. 32060e1 mwl8k: clear hardware MAC address if no STA interface configured by Lennert Buytenhek · 15 years ago
  40. 77165d8 mwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA interfaces are active by Lennert Buytenhek · 15 years ago
  41. 447ced0 mwl8k: implement FIF_ALLMULTI by Lennert Buytenhek · 15 years ago
  42. 3779752 mwl8k: use the mac80211-provided workqueue instead of creating our own by Lennert Buytenhek · 15 years ago
  43. d5e3084 mwl8k: fix multicast address filter programming by Lennert Buytenhek · 15 years ago
  44. 88de754a mwl8k: minor transmit quiescing rework by Lennert Buytenhek · 15 years ago
  45. c2c357c mwl8k: coding style cleanups by Lennert Buytenhek · 15 years ago
  46. 8848fd2 mwl8k: fix GET_STAT firmware command packet layout by Lennert Buytenhek · 15 years ago
  47. 3c6af5b wl1271: depend on INET by John W. Linville · 15 years ago
  48. fa867e7 wl1271: Generalize command response reading by Juuso Oikarinen · 15 years ago
  49. ad150e9 wl1271: Correct endianness-handling of command status by Juuso Oikarinen · 15 years ago
  50. 19ad071 wl1271: Add retry implementation for PSM entries by Juuso Oikarinen · 15 years ago
  51. 3b775b4 wl1271: Check result code of commands by Juuso Oikarinen · 15 years ago
  52. 605351e wl1271: Increase TX power value by Juuso Oikarinen · 15 years ago
  53. c6317a5 wl1271: Remove excess null-data template settings by Juuso Oikarinen · 15 years ago
  54. 584991d cfg80211: validate scan channels by Johannes Berg · 15 years ago
  55. 6c08522 mac80211_hwsim: Send ACK frames on the hwsim0 interface by Jouni Malinen · 15 years ago
  56. 7054183 mac80211_hwsim: Check idle state on TX by Jouni Malinen · 15 years ago
  57. c5f8289 cfg80211: Fix WEXT compat siwauth wpa and group cipher by Jouni Malinen · 15 years ago
  58. 93a59d7 p54: disable channels with incomplete calibration data sets by Christian Lamparter · 15 years ago
  59. 6d3560d mac80211: fix scan abort sanity checks by Johannes Berg · 15 years ago
  60. 1933ac4 iwlwifi: add wimax/wifi coexist support for 6x50 series by Wey-Yi Guy · 15 years ago
  61. 3f3e037 iwlwifi: add SM PS support for 6x50 series by Wey-Yi Guy · 15 years ago
  62. fe1bcbf iwlwifi: coex API data structure by Wey-Yi Guy · 15 years ago
  63. f2f21b4 iwlwifi: print warning when sending host command fails by Reinette Chatre · 15 years ago
  64. 5ad13f8 iwlagn: move rate scale initialization to init function by Reinette Chatre · 15 years ago
  65. 62a9492 iwl3945: store station rate scale information in mac80211 station structure by Reinette Chatre · 15 years ago
  66. 9a9ca65 iwlwifi: split adding broadcast station from others by Reinette Chatre · 15 years ago
  67. 89f186a iwlwifi: move iwl_[un]init_drv to iwlagn by Reinette Chatre · 15 years ago
  68. c33de62 iwlwifi: unmap memory before use by Reinette Chatre · 15 years ago
  69. c2e61da iwlagn: update write pointers for all tx queues after wakeup by Ben Cahill · 15 years ago
  70. c72cd19 iwlagn: Clarify FH_TX interrupt by Ben Cahill · 15 years ago
  71. a6c5c73 iwlagn: invoke L0S workaround for 6000/1000 series by Ben Cahill · 15 years ago
  72. 8852136 iwlwifi: remove power-wasting calls to apm_ops.init() by Ben Cahill · 15 years ago
  73. 5220af0 iwlwifi: remove unneeded locks from apm_stop() and stop_master() by Ben Cahill · 15 years ago
  74. 5ebeb5a iwlwifi: provide firmware version by Reinette Chatre · 15 years ago
  75. 9aa4aee mac80211: make CALL_TXH a statement by Johannes Berg · 15 years ago
  76. 86c34fe libertas: remove internal buffers from GSPI driver by Andrey Yurovsky · 15 years ago
  77. d2d8cda b43legacy: Fix DMA TX bounce buffer copying by Larry Finger · 15 years ago
  78. e6e898c mac80211: remove bogus code by Johannes Berg · 15 years ago
  79. ff9458d mac80211: remove sent_ps_buffered by Johannes Berg · 15 years ago
  80. 22403de mac80211: also drop qos-nullfunc frames silently by Johannes Berg · 15 years ago
  81. e7d17cf wl1271: fix init loop timeout by Luciano Coelho · 15 years ago
  82. 62b517c mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIM by Johannes Berg · 15 years ago
  83. c27f2fd mac80211: deprecate qual value by Johannes Berg · 15 years ago
  84. eddcbb94 mac80211: introduce ieee80211_beacon_get_tim() by Johannes Berg · 15 years ago
  85. 7502666 wireless: airo_cs needs WEXT_SPY by Randy Dunlap · 15 years ago
  86. 8ce0b58 mac80211: make align adjustment code support paged SKB by Zhu Yi · 15 years ago
  87. ddcd4c0 ath9k_hw: make ath9k_phy_modify_rx_buffer() static by Luis R. Rodriguez · 15 years ago
  88. a776582 ath9k_hw: Fix and complete force bias for AR5416 by Luis R. Rodriguez · 15 years ago
  89. 896ff26 ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs() by Luis R. Rodriguez · 15 years ago
  90. ae478cf ath9k_hw: make spur mitigation a callback by Luis R. Rodriguez · 15 years ago
  91. e16393b ath9k_hw: order phy.c code and integrate spur mitigation by Luis R. Rodriguez · 15 years ago
  92. e68a060 ath9k_hw: use a callback for frequency change by Luis R. Rodriguez · 15 years ago
  93. 0a3b7ba ath9k_hw: make both analog channel change routines return int by Luis R. Rodriguez · 15 years ago
  94. dc51dd5 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() by Luis R. Rodriguez · 15 years ago
  95. 431ba3c ath9k_hw: simplify ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 15 years ago
  96. 574d6b1 ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 15 years ago
  97. b67b439 ath9k_hw: bail out early on ath9k_hw_init_rf() by Luis R. Rodriguez · 15 years ago
  98. 131d1d0 ath9k_hw: start documenting 802.11n RF anlong front ends by Luis R. Rodriguez · 15 years ago
  99. c75724d ath9k_hw: change the way we initialize the pll for ar9271 by Luis R. Rodriguez · 15 years ago
  100. 8564328 ath9k_hw: update register initialization/reset values for ar9271 by Luis R. Rodriguez · 15 years ago