summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-28ath9k: move setup_ht_cap to common-initOleksij Rempel3-60/+62
2014-02-28ath9k_htc: use ath9k_cmn_init_channels_ratesOleksij Rempel2-118/+6
2014-02-28ath9k: move ath9k_init_channels_rates to common-initOleksij Rempel9-163/+208
2014-02-28mwl8k: Adding support to gather survey per channelYogesh Ashok Powar1-6/+109
2014-02-28mwl8k: Implement sw_scan start/stop cbsYogesh Ashok Powar1-0/+40
2014-02-28mwl8k: Adding support to access BBP registersYogesh Ashok Powar1-0/+42
2014-02-28ieee80211: remove function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-36/+0
2014-02-28orinoco: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang4-6/+8
2014-02-28zd1201: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-6/+3
2014-02-28rndis_wlan: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-1/+2
2014-02-28wl3501_cs: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-2/+3
2014-02-28atmel: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-4/+4
2014-02-28airo: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-5/+8
2014-02-28rtl818x: add comments to explain few not obvious HW configs.andrea merello1-0/+12
2014-02-28rtl818x: make dev_alloc_skb() null pointer check to really workandrea merello1-3/+4
2014-02-28rtl818x: check for pci_map_single() success when initializing RX ringandrea merello1-0/+7
2014-02-28rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello1-1/+1
2014-02-28rtl818x: Explicitly enable contetion windowandrea merello1-0/+2
2014-02-28Documentation: dt: wireless: Add wl1251Sebastian Reichel1-0/+39
2014-02-28wl1251: spi: add device tree supportSebastian Reichel1-6/+17
2014-02-28wl1251: spi: add vio regulator supportSebastian Reichel2-2/+19
2014-02-28wl1251: move power GPIO handling into the driverSebastian Reichel6-28/+43
2014-02-28wl1251: split wl251 platform data to a separate structureLuciano Coelho6-17/+62
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg3-43/+16
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2-1/+5
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2-3/+22
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2-6/+29
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg4-0/+27
2014-02-28Bluetooth: Add defines for LE initiator filter policyJohan Hedberg1-0/+3
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg1-16/+6
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg2-0/+82
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg1-1/+2
2014-02-28Bluetooth: Add protections for updating local random addressJohan Hedberg2-2/+32
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg1-0/+18
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann9-32/+29
2014-02-28Bluetooth: Add timer to force power offJohan Hedberg2-3/+14
2014-02-28Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg1-4/+40
2014-02-28Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann1-0/+55
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann2-0/+97
2014-02-28Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann1-2/+5
2014-02-28Bluetooth: Add definitions for LE white list HCI commandsMarcel Holtmann1-0/+14
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann2-2/+1
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg3-26/+28
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg2-0/+24
2014-02-27Bluetooth: Fix response on confirm_nameLukasz Rymanowski1-4/+6
2014-02-27Bluetooth: Update background scan parametersAndre Guedes1-0/+15
2014-02-27Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes2-25/+32
2014-02-27Bluetooth: Add le_auto_conn file on debugfsAndre Guedes1-0/+111
2014-02-27Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-27Bluetooth: Connection parameters and resolvable addressAndre Guedes3-7/+26