aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville17-131/+331
2013-04-07net: wireless: wl1251: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-03-25Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville17-130/+330
2013-03-25Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho17-130/+330
2013-03-25wlcore: move handling from hardirq to the irq thread functionLuciano Coelho1-32/+21
2013-03-25wlcore: use print_hex_dump_debug()Luciano Coelho1-17/+16
2013-03-25wlcore: consider dummy packets when tx queues are emptyArik Nemtsov1-1/+1
2013-03-25wlcore: correctly check state before regdomain confArik Nemtsov1-2/+5
2013-03-25wlcore: AP-mode - recover security seq num for stationsArik Nemtsov3-1/+44
2013-03-25wlcore: free AP global links properly on recoveryArik Nemtsov2-2/+4
2013-03-25wl18xx: print chip info during bootVictor Goldenshtein2-1/+52
2013-03-25wlcore: don't attempt to roam in case of p2pEyal Shapira1-1/+8
2013-03-25wlcore: change warn on missing lock in wlcore_queue_xx funcsArik Nemtsov1-2/+3
2013-03-25wlcore: report rssi from roaming statisticsNadim Zubidat3-0/+77
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov5-56/+67
2013-03-25wlcore: don't risk using stale HLID during .sta_state callbackArik Nemtsov1-4/+2
2013-03-25wlcore: fix link count in single-link-PSM optimizationArik Nemtsov2-6/+14
2013-03-25wlcore: set max num of Rx BA sessions per chipIgal Chernobelsky7-4/+11
2013-03-25wlcore: enter elp in force ps mode in 5msIgal Chernobelsky1-1/+3
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer1-1/+2
2013-03-05wl1251: call pm_runtime_put_sync in pm_runtime_get_sync failed caseLi Fei1-1/+3
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds54-2078/+4724
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville17-61/+118
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-1/+1
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-7/+24
2013-02-11wlcore: remove newly introduced alloc/OOM messagesLuciano Coelho2-6/+2
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg3-7/+24
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville47-2024/+4623
2013-02-08wlcore: fix wrong remote rates when starting STA roleLuciano Coelho1-3/+5
2013-02-08wl18xx: add new phy configuration parameters for telec supportVictor Goldenshtein2-3/+9
2013-02-08wlcore: don't hide real error code when booting failsLuciano Coelho1-7/+4
2013-02-08wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho5-9/+12
2013-02-08wlcore: use PLATFORM_DEVID_AUTO for plat dev creation to avoid conflictsLuciano Coelho2-2/+2
2013-02-08wlcore: use wl12xx_platform_data pointer from wlcore_pdev_dataLuciano Coelho2-17/+12
2013-02-08wlcore: remove if_ops from platform_dataLuciano Coelho5-11/+44
2013-02-08wlcore: remove unused set_power methodLuciano Coelho2-2/+0
2013-02-08wlcore: use single-role version when verifying the PLT firmwareLuciano Coelho1-2/+2
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2-14/+4
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+1
2013-01-29Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville47-2022/+4622
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-5/+5
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-2/+1
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho47-2022/+4622
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-06net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko1-2/+2
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-28wl1251: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2012-12-11wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv5-13/+44