summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-16ssb: make code for antenna gain extraction more genericRafał Miłecki1-9/+11
2014-07-16wireless: zd1211rw: new url for fw, remove experimentalXose Vazquez Perez1-2/+2
2014-07-16b43: N-PHY: add missing TX gain table for radio 0x2057 rev 5Rafał Miłecki1-8/+50
2014-07-16brcmfmac: add brcmf_p2p_detach() call in brcmf_cfg80211_detach()Arend van Spriel1-0/+1
2014-07-16brcmfmac: rework wiphy structure setupArend van Spriel1-268/+298
2014-07-16brcmfmac: moving some functions aroundArend van Spriel1-144/+144
2014-07-16brcmfmac: introduce feature and quirk handlingArend van Spriel6-27/+244
2014-07-16brcmfmac: move attach and detach functions in wl_cfg80211.cArend van Spriel1-108/+107
2014-07-16brcmfmac: Make firmware path a module parameterDaniel Kim4-20/+41
2014-07-16brcmfmac: rework debugfs functions in the driverArend van Spriel4-235/+207
2014-07-16brcmfmac: make use of seq_file API for debugfs entriesArend van Spriel2-201/+170
2014-07-16brcmfmac: Cleanup used device IDs.Hante Meuleman5-85/+107
2014-07-16mwifiex: correct a typo in mwifiex_ret_tdls_operBing Zhao1-1/+1
2014-07-16mwifiex: declare sta_ptr in smaller scopeBing Zhao1-1/+2
2014-07-16mwifiex: define TDLS idle timeout macro with unitsBing Zhao2-2/+2
2014-07-16mwifiex: fix a cut-n-paste error in adhoc-startBing Zhao1-1/+1
2014-07-16mwifiex: fix corner case system hang issueAmitkumar Karwar1-5/+11
2014-07-16mwifiex: access rx_reorder_tbl_ptr only while holding lockAmitkumar Karwar1-7/+20
2014-07-16wireless: rt2x00: add new rt2800usb devicesXose Vazquez Perez1-0/+4
2014-07-16wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longsEliad Peller6-17/+17
2014-07-16wl18xx: make sure fw_status->priv exists before derefEliad Peller1-2/+12
2014-07-16wl18xx: change the number of WLAN addrs per chipArik Nemtsov1-1/+1
2014-07-16wlcore: don't switch channels on disconnected STA vifsArik Nemtsov1-0/+7
2014-07-15wlcore: register vendor commandsEliad Peller1-0/+4
2014-07-15wlcore: increase max roc duration to 30 secondsEliad Peller1-1/+1
2014-07-15wlcore/wl18xx: handle smart config eventsEliad Peller5-1/+93
2014-07-15wlcore: handle smart config vendor commandsEliad Peller3-1/+221
2014-07-15wlcore/wl18xx: add smart config commandsEliad Peller5-1/+127
2014-07-15wlcore: add smart config definitionsEliad Peller2-0/+17
2014-07-15wlcore: use correct LAA bitEliad Peller1-1/+1
2014-07-15wl18xx: fix last tx rate calculationEliad Peller1-2/+5
2014-07-15wlcore: user smaller sqn padding for GEMEliad Peller3-4/+13
2014-07-15wlcore: save seq num only between recoveriesEliad Peller3-31/+68
2014-07-15b43: don't warn about no 5 GHz support on 2.4 GHz devicesRafał Miłecki1-8/+10
2014-07-15b43: enable radio 0x2057 rev 9 (AKA BCM43228) supportRafał Miłecki1-2/+22
2014-07-15b43: N-PHY: implement channel switching of radio 0x2057 rev 5Rafał Miłecki1-0/+129
2014-07-15b43: N-PHY: init and channel switching of radio 0x2057 rev 9Rafał Miłecki2-1/+234
2014-07-15b43; N-PHY: write most of the missing code for revs 7+Rafał Miłecki4-39/+290
2014-07-15b43: N-PHY: add placeholders for new devices supportRafał Miłecki1-54/+231
2014-07-15b43: N-PHY: add TX gain tables for devices with specific EPARafał Miłecki1-2/+72
2014-07-15b43: N-PHY: drop reg 0x1 access restriction on new PHY revsRafał Miłecki1-2/+2
2014-07-15b43: always print info about radio (manuf, id, revision)Rafał Miłecki1-4/+4
2014-07-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville29-1407/+3643
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville35-151/+303
2014-07-09Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann1-0/+3
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg3-0/+23
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg1-4/+12
2014-07-09Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg1-2/+4
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg1-52/+60
2014-07-09Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg1-0/+8