1. 8c95b74 b43legacy: dma: cache translation (routing bits) by Rafał Miłecki · 14 years ago
  2. bb78c71 ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table() by Pavel Roskin · 14 years ago
  3. c5f3f45 ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210 by Pavel Roskin · 14 years ago
  4. fabba04 ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers by Pavel Roskin · 14 years ago
  5. 24aad3f b43: (un)initialize driver on the BCMA bus by Rafał Miłecki · 14 years ago
  6. eb90e9e b43: bcma: get DMA translation bits by Rafał Miłecki · 14 years ago
  7. a9770a8 ssb: return correct translation bit for 64-bit DMA by Rafał Miłecki · 14 years ago
  8. 78c1ee7 b43: disable parity check on BCMA devices by Rafał Miłecki · 14 years ago
  9. 292b119 rtlwifi: Convert printks to pr_<level> by Joe Perches · 14 years ago
  10. 6054069 ath9k_hw: validate and fix broken eeprom chainmask settings by Felix Fietkau · 14 years ago
  11. a049093 mwifiex: disable auto deep sleep before unloading the driver by Amitkumar Karwar · 14 years ago
  12. df3b124 mwifiex: check SDIO multi-port aggregation buffer room correctly by Amitkumar Karwar · 14 years ago
  13. 4e3c442 mwifiex: put multicast/broadcast packets to the same RA by Amitkumar Karwar · 14 years ago
  14. 1e89cbac iwlagn: probe would crash with DEBUG_SHIRQ by Emmanuel Grumbach · 14 years ago
  15. d62b39e iwlagn: remove "disable otp refresh" W/A by Wey-Yi Guy · 14 years ago
  16. e1b1c08 iwlagn: rename iwlagn_set_dynamic_key by Johannes Berg · 14 years ago
  17. bbb05cb iwlagn: track beacon interval sent to device by Johannes Berg · 14 years ago
  18. 21489ec iwlagn: write iq invert register for 105/135 device by Wey-Yi Guy · 14 years ago
  19. c8ac61c iwlagn: implement WoWLAN by Johannes Berg · 14 years ago
  20. 5a3d988 iwlagn: rewrite HW crypto by Johannes Berg · 14 years ago
  21. 0bfe989 iwlagn: remove forgotten debugfs function by Johannes Berg · 14 years ago
  22. 898ed67 iwlagn: remove un-necessary "_agn" by Wey-Yi Guy · 14 years ago
  23. a920bff iwlagn: remove keyinfo cache by Johannes Berg · 14 years ago
  24. c10e2c1 iwlagn: testmode fixed rate available for testmode only by Wey-Yi Guy · 14 years ago
  25. b09b296d iwlagn: add comment to warn about WoWLAN in resume / suspend flows by Emmanuel Grumbach · 14 years ago
  26. c1c8140 iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv by Emmanuel Grumbach · 14 years ago
  27. d593411 iwlagn: simplify the bus architecture by Emmanuel Grumbach · 14 years ago
  28. 41c5054 iwlagn: transport layer receives struct iwl_trans* by Emmanuel Grumbach · 14 years ago
  29. 0286cee iwlagn: move iwl_prepare_card_hw to the transport layer by Emmanuel Grumbach · 14 years ago
  30. 392f8b7 iwlagn: move more functions from the start flow to the transport layer by Emmanuel Grumbach · 14 years ago
  31. 48d42c4 iwlagn: SCD configuration for AMPDU moves to transport layer by Emmanuel Grumbach · 14 years ago
  32. 2e27799 iwlagn: radio sensor offset in le16 format by Wey-Yi Guy · 14 years ago
  33. ad3f712 iwlagn: define valid init calibration mask by Wey-Yi Guy · 14 years ago
  34. a21321c iwlagn: remove legacy calibration command by Wey-Yi Guy · 14 years ago
  35. df2a4dc iwlagn: set correct calibration flag by Wey-Yi Guy · 14 years ago
  36. 6bd4dba iwlagn: kill iwlagn_setup_deferred_work by Emmanuel Grumbach · 14 years ago
  37. 8d30119 iwlagn: kill iwlagn_rx_handler_setup by Emmanuel Grumbach · 14 years ago
  38. 56d90f4 iwlagn: add kick_nic API to transport layer by Emmanuel Grumbach · 14 years ago
  39. d931998 libertas: only enable mesh when interface is active by Daniel Drake · 14 years ago
  40. 3db4f98 libertas: mesh: misc cleanup by Daniel Drake · 14 years ago
  41. 037b559 wireless: mwifiex: print hw address via %pM by Andy Shevchenko · 14 years ago
  42. 8f89502 wireless: ath9k: use %pM to print MAC by Andy Shevchenko · 14 years ago
  43. 1d15b5f wireless: rtlwifi: throw away MAC_FMT and use %pM instead by Andy Shevchenko · 14 years ago
  44. 70126f6 carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTER by Pavel Roskin · 14 years ago
  45. e0d687b ath5k: merge ath5k_hw and ath5k_softc by Pavel Roskin · 14 years ago
  46. 4917359 b43: bcma: implement full core reset by Rafał Miłecki · 14 years ago
  47. 2729df2 b43: correctly display longer chipsets ids by Rafał Miłecki · 14 years ago
  48. 0b5dd73 b43: HT-PHY: fix masks in radio ctl by Rafał Miłecki · 14 years ago
  49. 40c6226 b43: bcma: read info about supported bands by Rafał Miłecki · 14 years ago
  50. 124cc11 b43: bcma: define 80211 core specific IO status bits by Rafał Miłecki · 14 years ago
  51. b473bc1 b43: HT-PHY: fix typo in 0x2059 radio init by Rafał Miłecki · 14 years ago
  52. 49ac26f b43: HT-PHY: find channel entry with regs data by Rafał Miłecki · 14 years ago
  53. 315a685 b43: HT-PHY: switch to channel after enabling radio by Rafał Miłecki · 14 years ago
  54. 3667787 b43: use agent R/W ops for BCMA_IOCTL by Rafał Miłecki · 14 years ago
  55. 02c5172 ath9k: Fix some smatch warnings by Rajkumar Manoharan · 14 years ago
  56. 5479de6 ath9k: Fix sparse warnings by Rajkumar Manoharan · 14 years ago
  57. 0901edb b43: bus: drop inline from SSB functions by Rafał Miłecki · 14 years ago
  58. 5829656 carl9170: set beacon xmit power to the max by Christian Lamparter · 14 years ago
  59. 943c339 carl9170: move beacon_update into tx.c by Christian Lamparter · 14 years ago
  60. 43b52a5 carl9170 firmware: update firmware headers by Christian Lamparter · 14 years ago
  61. 21ec489 ath9k: use ath_opmode_to_string() by Pavel Roskin · 14 years ago
  62. 6c2c1ed ath9k: remove defines in reg.h that exist in ../reg.h by Pavel Roskin · 14 years ago
  63. 78fa99a ath9k: use get_unaligned_{b16, le16, le32} where possible by Pavel Roskin · 14 years ago
  64. d47d78d ath: use get_unaligned_le{16,32} in ath_hw_keysetmac() by Pavel Roskin · 14 years ago
  65. b3c2ce1 iwlagn: add tx start API to transport layer by Emmanuel Grumbach · 14 years ago
  66. 1a361cd iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c by Emmanuel Grumbach · 14 years ago
  67. ab6cf8e iwlagn: move iwlagn_stop_device to transport layer by Emmanuel Grumbach · 14 years ago
  68. 253a634 iwlagn: move tx transport functions to iwl-trans-tx-pcie.c by Emmanuel Grumbach · 14 years ago
  69. ab697a9 iwlagn: move rx transport functions to iwl-trans-rx-pcie.c by Emmanuel Grumbach · 14 years ago
  70. 4caab32 iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addr by Fry, Donald H · 14 years ago
  71. 45d5002 iwlagn: calibration bitmap by Wey-Yi Guy · 14 years ago
  72. 6ff88a6 iwlagn: set default of uCode ownership to driver by Hsu, Kenny · 14 years ago
  73. 2c2def1 iwlagn: simplify TX flags assignments by Johannes Berg · 14 years ago
  74. 47365ab iwlagn: add comment to tx and get_tx_cmd in iwl_trans_ops by Emmanuel Grumbach · 14 years ago
  75. 7ed9af7 iwlagn: comments for iwl_cfg by Wey-Yi Guy · 14 years ago
  76. e4305fe iwlagn: another double indirect removed by Wey-Yi Guy · 14 years ago
  77. 90c300c iwlagn: remove dual-indirect call to simply the code by Wey-Yi Guy · 14 years ago
  78. e505c43 iwlagn: remove un-necessary file by Wey-Yi Guy · 14 years ago
  79. 1ab9f6c iwlagn: move the Rx dispatching to the upper layer by Emmanuel Grumbach · 14 years ago
  80. a27367d iwlagn: move sync_irq to transport layer by Emmanuel Grumbach · 14 years ago
  81. 34c1b7b iwlagn: move the tasklet / irq to the transport layer by Emmanuel Grumbach · 14 years ago
  82. 47c1b49 iwlagn: move Tx datapath to transport layer by Emmanuel Grumbach · 14 years ago
  83. 3f29c52 carl9170: fix formatting issues found by checkpatch by Pavel Roskin · 14 years ago
  84. 66760ea ath9k: improve reliability of MIC error detection by Felix Fietkau · 14 years ago
  85. 933d594 orinoco: minor fixes for problems found by checkpatch.pl by Pavel Roskin · 14 years ago
  86. 16c929d mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULL by Yogesh Ashok Powar · 14 years ago
  87. 5d82c53 mwifiex: add cfg80211 handler for set_bitrate_mask by Yogesh Ashok Powar · 14 years ago
  88. 4e86879 ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211 by Felix Fietkau · 14 years ago
  89. 6340211 ath5k: disable 32KHz sleep clock operation by default by Felix Fietkau · 14 years ago
  90. f006438 ath5k: fix reference clock usec duration setting restore by Felix Fietkau · 14 years ago
  91. fe00deb ath5k: delay full calibration after reset by Felix Fietkau · 14 years ago
  92. 26d16d2 ath5k: initialize common->clockrate by Felix Fietkau · 14 years ago
  93. 2d2cf47 ath5k: fix reference clock frequency for spur mitigation on AR2413 by Felix Fietkau · 14 years ago
  94. ca8bfd9 ath5k: apply the synth voltage tweak only on AR5112 rev 2 by Felix Fietkau · 14 years ago
  95. b613c72 ath5k: add missing checks for rfgain probe by Felix Fietkau · 14 years ago
  96. 0472ade ath9k_hw: Fix incorrect key_miss handling by Senthil Balasubramanian · 14 years ago
  97. 2a897d4 iwlagn: Add missing comma between constant string array by Joe Perches · 14 years ago
  98. 861d9c3 iwlegacy: Add missing comma between constant string array by Joe Perches · 14 years ago
  99. a677927 iwlagn: fix warning in testmode attribute table by Wey-Yi Guy · 14 years ago
  100. 9dff387 ath9k: remove an unnecessary function declaration by Mohammed Shafi Shajakhan · 14 years ago