summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2013-08-23mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversJohannes Berg1-1/+2
2013-08-12mac80211: add vif to testmode cmdDavid Spinadel2-2/+4
2013-07-16cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar1-5/+5
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-262/+378
2013-06-29wlcore: use *ppos, not file->f_posAl Viro1-2/+2
2013-06-17net: wireless: wl1251: Fix commenting styleSachin Kamat1-3/+3
2013-06-17net: wireless: wl1251: Use module_spi_driver macroSachin Kamat1-23/+1
2013-06-17net/wireless/ti/wlcore/spi: Use module_spi_driver to register driverPeter Huewe1-13/+1
2013-06-17wlcore: fix occasional AP TX stop after recoveryVictor Goldenshtein1-2/+2
2013-06-17wlcore: hold jiffies in unsigned longArik Nemtsov1-1/+1
2013-06-17wlcore: cancel channel switch work on interface removalArik Nemtsov1-0/+1
2013-06-17wlcore: set default_wep_key when configuredYoni Divinsky2-9/+42
2013-06-17wl18xx: use locally administered MAC address if not available from fuseLuciano Coelho1-0/+11
2013-06-17wlcore: configure rates in multiple casesEliad Peller1-2/+1
2013-06-17wlcore: move sysfs handling to a separate fileLuciano Coelho4-175/+249
2013-06-17wlcore: some non-functional clean-ups in main.cLuciano Coelho1-24/+6
2013-06-17wl18xx: FDSP Code RAM Corruption fixIdo Reis2-2/+49
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-8/+11
2013-06-12wl12xx/wl18xx: scan all 5ghz channelsEliad Peller2-2/+2
2013-06-12wl12xx: increase minimum singlerole firmware version requiredLuciano Coelho1-2/+2
2013-06-12wl12xx: fix minimum required firmware version for wl127x multiroleLuciano Coelho1-1/+1
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-8/+11
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-7/+8
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg17-130/+330
2013-04-16mac80211: support secondary channel offset in CSAJohannes Berg2-4/+4
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-3/+4
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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/...John W. Linville17-130/+330
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2-3/+4
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