1. 9b6ca44 iwlwifi: remove unused argument from rs_initialize_lq by Johannes Berg · 13 years ago
  2. fdeff46 iwlwifi: remove unused arguments from iwlagn_gain_computation by Johannes Berg · 13 years ago
  3. cc4bf50 Merge branch 'wl12xx-next' into for-linville by Luciano Coelho · 13 years ago
  4. 55df5af wl12xx: implement SW Tx watchdog by Arik Nemtsov · 13 years ago
  5. 41b58f1 rtl8187: Add AD-HOC support by Attila Fazekas · 13 years ago
  6. 0d33cd7 bcma: silence PMU warning for BCM4331 by Rafał Miłecki · 13 years ago
  7. f06c788 mac80211: fix smatch lock errors in mesh by Thomas Pedersen · 13 years ago
  8. b443d8d iwlwifi: make iwl_fill_probe_req static by Johannes Berg · 13 years ago
  9. e7a0d0c iwlwifi: clean up iwl-commands.h by Johannes Berg · 13 years ago
  10. eae63b8 iwlwifi: don't include iwl-prph.h everywhere by Johannes Berg · 13 years ago
  11. 55bba9e iwlwifi: remove PA type configuration by Johannes Berg · 13 years ago
  12. ef0ef9c iwlwifi: remove priv from shared by Johannes Berg · 13 years ago
  13. ecdb975 iwlwifi: virtualize nic_config by Johannes Berg · 13 years ago
  14. f8d7c1a iwlwifi: move packet to transport by Johannes Berg · 13 years ago
  15. 7559553 iwlwifi: move irq to PCIe by Johannes Berg · 13 years ago
  16. 13df1aa iwlwifi: move all uCode load variables by Johannes Berg · 13 years ago
  17. 947a940 iwlwifi: move ucode_owner to priv by Johannes Berg · 13 years ago
  18. 4bd14dd iwlwifi: abstract out notification wait support by Johannes Berg · 13 years ago
  19. f472089 iwlwifi: fix notification wait bug by Johannes Berg · 13 years ago
  20. 6794f3e iwlwifi: constify remaining config data by Johannes Berg · 13 years ago
  21. b9ad70d iwlwifi: put use_rts_for_aggregation into hw_params by Johannes Berg · 13 years ago
  22. e7a0943 iwlwifi: use watchdog timeout from hw_params by Johannes Berg · 13 years ago
  23. ab5c0f1 iwlwifi: keep plcp_delta_threshold in priv by Johannes Berg · 13 years ago
  24. 3cc241a iwlwifi: remove max_txq_num from hw_params by Johannes Berg · 13 years ago
  25. ae9625a iwlwifi: remove num_of_queues module parameter by Johannes Berg · 13 years ago
  26. 1b29dc9 iwlwifi: clean up iwl-core.h inclusions by Johannes Berg · 13 years ago
  27. 0e78184 iwlwifi: virtualize command queue full behaviour by Johannes Berg · 13 years ago
  28. 6c1011e iwlwifi: make tracing use device as identifier by Johannes Berg · 13 years ago
  29. 84abd2c iwlwifi: move status check functions out of shared by Johannes Berg · 13 years ago
  30. 0dde86b iwlwifi: remove shadow_reg_enable from hw_params by Johannes Berg · 13 years ago
  31. 496bab3 iwlwifi: remove AMT check from transport by Johannes Berg · 13 years ago
  32. 3995dea iwlwifi: rename ucode.h to fw-file.h by Johannes Berg · 13 years ago
  33. c9eec95 iwlwifi: move rfkill status handling out of transport by Johannes Berg · 13 years ago
  34. b1eea29 iwlwifi: move mutex out of shared by Johannes Berg · 13 years ago
  35. 2cc39c9 iwlwifi: move lockdep assertion into DVM by Johannes Berg · 13 years ago
  36. 721c32f iwlwifi: move RF/CT kill check to command wrapper by Johannes Berg · 13 years ago
  37. e10a053 iwlwifi: add wrappers for command sending by Johannes Berg · 13 years ago
  38. 965974a iwlwifi: remove iwl-wifi.h by Johannes Berg · 13 years ago
  39. 0692fe4 iwlwifi: split out firmware store by Johannes Berg · 13 years ago
  40. e199188 iwlwifi: move ucode loading to op_mode by Johannes Berg · 13 years ago
  41. 3d4f969 mac80211: Fix potential null pointer dereferencing by Ashok Nagarajan · 13 years ago
  42. 2ef1675 ath9k: fix signal strength reporting issues by Felix Fietkau · 13 years ago
  43. 3a2923e ath9k: get rid of double queueing of rx frames on EDMA by Felix Fietkau · 13 years ago
  44. fc16fd8 ath9k: remove rssi/antenna information from recv debug stats by Felix Fietkau · 13 years ago
  45. 5baec74 ath9k: make MAC sample statistics optional by Felix Fietkau · 13 years ago
  46. 9c083af ath9k_hw: use cold instead of warm reset on AR9280 by Felix Fietkau · 13 years ago
  47. fcff4f1 mac80211: Filter duplicate IE ids by Paul Stewart · 13 years ago
  48. b51f92e ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safe by Kalle Valo · 13 years ago
  49. 05aab17 ath6kl: fix too long lines by Kalle Valo · 13 years ago
  50. 12eb944 ath6kl: document all spinlocks by Kalle Valo · 13 years ago
  51. 8c9bb05 ath6kl: fix open paranthesis alignment in ath6kl_cfg80211_connect() by Kalle Valo · 13 years ago
  52. 1ca4d0b ath6kl: fix error handling ath6kl_target_config_wlan_params() by Kalle Valo · 13 years ago
  53. 80fb268 ath6kl: add ath6kl_bmi_read_hi32() by Kalle Valo · 13 years ago
  54. 24fc32b ath6kl: add ath6kl_bmi_write_hi32() by Kalle Valo · 13 years ago
  55. d0d670a ath6kl: remove multiple assignments by Kalle Valo · 13 years ago
  56. ddc3d77 ath6kl: logical continuations should be on the previous line by Kalle Valo · 13 years ago
  57. 96f1fad ath6kl: alignment should match open parenthesis by Kalle Valo · 13 years ago
  58. c650538 ath6kl: fix checkpatch error with EPSTAT() macro by Kalle Valo · 13 years ago
  59. 51b56e2 ath6kl: fix pointer style by Kalle Valo · 13 years ago
  60. ce0dc0c ath6kl: Set optimal listen intvl,bmiss,scan params while going to wow suspend by Raja Mani · 13 years ago
  61. 8f46fcc ath6kl: Maintain the listen interval per VIF specific by Raja Mani · 13 years ago
  62. 390a8c8 ath6kl: Check wow state before sending control and data pkt by Raja Mani · 13 years ago
  63. 1e9a905 ath6kl: Add provision to define suspend policy in disconnected state. by Raja Mani · 13 years ago
  64. eb9bc6e NFC: NCI code identation fixes by Samuel Ortiz · 13 years ago
  65. 0a40acb NFC: Core code identation fixes by Samuel Ortiz · 13 years ago
  66. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 13 years ago
  67. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 13 years ago
  68. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 13 years ago
  69. 9dda50f NFC: SN is not an invalid GT value by Samuel Ortiz · 13 years ago
  70. 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 13 years ago
  71. 2fbabfa NFC: Export NFCID when detecting a p2p target with pn533 by Samuel Ortiz · 13 years ago
  72. d8dc107 NFC: Export Jewel/Topaz ID from pn533 by Samuel Ortiz · 13 years ago
  73. 7975754 NFC: Export sensf from pn533 by Samuel Ortiz · 13 years ago
  74. e65b0f4 NFC: Fragment LLCP I frames by Samuel Ortiz · 13 years ago
  75. eda21f1 NFC: Set MIU and RW values from CONNECT and CC LLCP frames by Samuel Ortiz · 13 years ago
  76. d094afa NFC: Send LLCP RR frames to acknowledge received I frames by Samuel Ortiz · 13 years ago
  77. 0767a7f NFC: Set the right LLCP N(R) value for I frames by Samuel Ortiz · 13 years ago
  78. b9a76f1 NFC: Clear LLCP SDPs whan MAC goes down by Samuel Ortiz · 13 years ago
  79. 98b3ac1 NFC: Clear pn533 target structure by Samuel Ortiz · 13 years ago
  80. 1762c17 NFC: Fix bitops usage in LLCP by Samuel Ortiz · 13 years ago
  81. 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 13 years ago
  82. 53aef92 NFC: Handle Receiver Not Ready LLCP frame by Samuel Ortiz · 13 years ago
  83. 4722d2b NFC: Factorize the I frame queueing routine by Samuel Ortiz · 13 years ago
  84. c970a1a NFC: Add device powered netlink attribute by Samuel Ortiz · 13 years ago
  85. c3b1e1e NFC: Export NFCID1 from pn533 by Samuel Ortiz · 13 years ago
  86. 10d8493 bcma: add support for on-chip OTP memory used for SPROM storage by Arend van Spriel · 13 years ago
  87. 4ac887c bcma: return error in bcma_sprom_get() when fallback fails by Arend van Spriel · 13 years ago
  88. 5c17ddc ath5k: do not re-run AGC calibration periodically by Felix Fietkau · 13 years ago
  89. 62e2c10 ath5k: do not stop queues for full calibration by Felix Fietkau · 13 years ago
  90. 12ce8ba mac80211: Modify tsf via debugfs in mesh interfaces by Javier Cardona · 13 years ago
  91. 2f40b94 mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header. by Javier Cardona · 13 years ago
  92. 6b62bf3 mac80211: fix mesh airtime link metric estimating by Thomas Pedersen · 13 years ago
  93. 8097e14 cfg80211: expose cfg80211_calculate_bitrate() by Thomas Pedersen · 13 years ago
  94. 2e7eb11 iwlwifi: move firmware completion wait by Johannes Berg · 13 years ago
  95. 15854ef iwlwifi: move firmware request into drv by Johannes Berg · 13 years ago
  96. 702e063 iwlwifi: move iwl_base_params to shared header by Johannes Berg · 13 years ago
  97. 7db5b98 iwlwifi: move uCode deallocation to drv by Johannes Berg · 13 years ago
  98. ab0bd5b iwlwifi: fix station HT parameters by Johannes Berg · 13 years ago
  99. 61f0439 iwlwifi: move traffic log definitions by Johannes Berg · 13 years ago
  100. 0439bb6 iwlwifi: move IWL_MASK into file using it by Johannes Berg · 13 years ago