summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-18b43: use one shared function for setting MAC frequencyRafał Miłecki4-40/+42
2014-07-18b43: N-PHY: set band on every channel switchRafał Miłecki2-8/+10
2014-07-18b43: N-PHY: complete 0x2057 radio init calibrationRafał Miłecki2-9/+79
2014-07-18b43: N-PHY: add tables for radio 0x2057 rev 14Rafał Miłecki3-3/+152
2014-07-18b43: N-PHY: fix channel switching with 2 GHz radio 0x2057Rafał Miłecki1-6/+6
2014-07-18ath9k: drop negativity checks for unsigned values coming from kstrtoul()Andrey Utkin2-5/+5
2014-07-18ath9k: set up tx power into the MRRLorenzo Bianconi3-4/+18
2014-07-18ath9k: fix pending tx frames accountingFelix Fietkau2-12/+16
2014-07-18bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Rafał Miłecki3-0/+3
2014-07-18bcma: extract antenna gains from SPROM correctlyRafał Miłecki2-45/+33
2014-07-18ssb: extract power info from SPROM revs 4 and 5Rafał Miłecki1-0/+45
2014-07-18wil6210: add new register region for AGC tableVladimir Kondratiev2-1/+2
2014-07-18wil6210: map RGF_USER_USAGE_1 on the debugfsVladimir Kondratiev2-0/+4
2014-07-18wil6210: use same mapping table for FW addr translation and debugfsVladimir Kondratiev3-45/+39
2014-07-18wil6210: fix memory leak on error path in wil_write_file_rxon()Vladimir Kondratiev1-1/+3
2014-07-18wil6210: fix double definition of 'ctx'Vladimir Kondratiev1-2/+4
2014-07-18wil6210: export FW/HW versions through debugfsVladimir Kondratiev1-0/+2
2014-07-18wil6210: support for "sparrow" hardwareVladimir Kondratiev3-11/+63
2014-07-18Merge tag 'for-linville-20140717' of git://github.com/kvalo/athJohn W. Linville19-71/+388
2014-07-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-2/+24
2014-07-16mwifiex: remove redundant TDLS setup action frame check and avoid leaksBing Zhao1-12/+10
2014-07-16ssb: extract antenna gains from SPROMs revs 4+ properlyRafał Miłecki1-16/+32
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