summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-1323-500/+667
|\
| * wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)Uri Mashiach2015-12-311-3/+7
| * wlcore/wl18xx: fw logger over sdioShahar Patury2015-12-3113-128/+177
| * wlcore/wl12xx: spi: fix oops on firmware loadUri Mashiach2015-12-111-3/+7
| * wlcore: split wl12xx/wl18xx sg parametersGuy Mishol2015-12-117-357/+463
| * ti: unify Kconfig with other vendorsKalle Valo2015-11-183-9/+13
* | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-16/+1Star
|/
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-052-2/+0Star
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0Star
* | cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-132-4/+7
* | Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller2015-10-132-1/+2
|\ \
| * | wlcore: align reg_ch_conf_last[] to 64bitGuodong Xu2015-09-291-1/+1
| * | net/wireless/wl18xx: Add missing MODULE_FIRMWAREGeoff Levand2015-09-291-0/+1
| |/
* / mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-1/+1
|/
* wl18xx: add diversity statisticsGuy Mishol2015-08-182-52/+16Star
* wl18xx: update statistics acx and debugfs filesEliad Peller2015-08-182-81/+156
* wlcore: add p2p device supportEliad Peller2015-08-108-27/+136
* wlcore: add generic_cfg_feature command definitionsEliad Peller2015-08-102-0/+45
* wl18xx: use long intervals in sched scanEliad Peller2015-08-105-6/+34
* wlcore/wl18xx : add time sync event handlingMachani, Yaniv2015-08-103-6/+23
* wlcore: add antenna diversity reading commentsGuy Mishol2015-08-061-0/+6
* wl18xx: add dynamic fw tracesGuy Mishol2015-08-065-1/+97
* wlcore: add antenna diversity readingGuy Mishol2015-07-212-1/+5
* wlcore: sdio: return correct error codeRaphaƫl Poggi2015-07-211-1/+2
* Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.or...David S. Miller2015-06-231-3/+0Star
|\
| * wl1251: drop unneeded gotoJulia Lawall2015-06-081-3/+0Star
* | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-102-14/+15
|/
* Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.or...David S. Miller2015-05-253-33/+65
|\
| * wl18xx: fallback to default conf in case of invalid conf fileEliad Peller2015-05-091-20/+25
| * wl18xx: wlan_irq: support platform dependent interrupt typesEyal Reizer2015-05-093-13/+40
* | Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller2015-05-092-10/+5Star
|\ \ | |/ |/|
| * mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-242-9/+3Star
| * wlcore: enable IEEE80211_HW_SUPPORT_FAST_XMITJohannes Berg2015-04-221-1/+2
* | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2015-04-2210-66/+164
|\ \ | |/ |/|
| * wlcore: remove wl12xx_platform_dataEliad Peller2015-03-247-102/+35Star
| * wlcore: add device-tree supportEliad Peller2015-03-241-6/+87
| * wl12xx: use frequency instead of enumerations for pdata clocksLuciano Coelho2015-03-242-4/+84
| * wlcore: set irq_trigger in board files instead of hiding behind a quirkLuciano Coelho2015-03-194-16/+20
* | wl1251: Fix typo in MODULE_DESCRIPTION in wl1251/main.cMasanari Iida2015-04-071-1/+1
* | Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller2015-04-012-3/+3
|\ \
| * | wl18xx: show rx_frames_per_rates as an array as it really isNicolas Iooss2015-03-162-3/+3
* | | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-2/+2
|\ \ \ | |/ / |/| |
| * | cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor eventsAhmad Kholaif2015-03-031-2/+2
| |/
* / wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-032-4/+4
|/
* wlcore: unlock on error in wl1271_op_suspend()Dan Carpenter2015-01-231-1/+3
* wlcore: fix copy-paste bug: assign from src struct not destGiel van Schijndel2015-01-231-1/+1
* Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo2015-01-222-13/+14
|\
| * cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-1/+1
| * mac80211: allow drivers to provide most station statisticsJohannes Berg2015-01-081-9/+11
| * mac80211: move U-APSD enablement to vif flagsJohannes Berg2014-12-152-4/+3Star