summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-1/+2
* Drivers:net:wireless:ti:wl1251: Fixed Sparse invalid assignment warningSurendra Patil2014-03-041-1/+1
* wl1251: use skb_trim to make skb shorterIvaylo Dimitrov2014-03-031-1/+1
* net: Replace min macro with min_tSilvan Jegen2014-03-033-4/+4
* wl1251: spi: add device tree supportSebastian Reichel2014-02-281-6/+17
* wl1251: spi: add vio regulator supportSebastian Reichel2014-02-282-2/+19
* wl1251: move power GPIO handling into the driverSebastian Reichel2014-02-283-18/+38
* wl1251: split wl251 platform data to a separate structureLuciano Coelho2014-02-283-13/+38
* mac80211: allow driver to return error from sched_scan_stopJohannes Berg2014-02-201-2/+4
* wlcore: add support for STA CSA with chan contextsArik Nemtsov2014-02-131-1/+2
* wlcore: enable beacon filtering only after receiving a beaconEliad Peller2014-02-133-3/+16
* wlcore: increase timeout to 5000 msecsYaniv Machani2014-02-131-1/+1
* wlcore: decrease warning verbosity during recoveryArik Nemtsov2014-02-132-4/+5
* wlcore: consider multiple APs when checking active_link_countEliad Peller2014-02-132-10/+10
* wlcore: don't handle unsetting of default wep keyEliad Peller2014-02-131-0/+4
* wlcore: wl18xx: allow CCK rates for AP modeArik Nemtsov2014-02-133-1/+5
* wlcore: don't stop sched_scan on interface removalBarak Bercovitz2014-02-131-3/+1Star
* wlcore: send EAPOL frames with voice priorityIgal Chernobelsky2014-02-132-0/+5
* wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller2014-02-139-15/+25
* wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller2014-02-134-30/+68
* wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller2014-02-137-5/+9
* wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller2014-02-1311-30/+51
* wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller2014-02-1312-103/+277
* wlcore: AP: don't start mac80211 PS on non-peer HLIDsArik Nemtsov2014-02-131-1/+5
* wlcore: block read/writes to FW during ELPBarak Bercovitz2014-02-131-2/+6
* wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov2014-02-133-2/+21
* wlcore: memset wl->rx_filter_enabled to zero after recoveryNadim Zubidat2014-02-133-4/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-172-2/+10
|\
| * wl12xx: fix tx power settingAlex Gal2014-01-131-0/+10
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-132-2/+0Star
| |\
| | * mac80211: remove channel_change_timeJohannes Berg2014-01-072-2/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-1012-49/+354
|\| |
| * | wl1251: fix NULL pointer dereferencePavel Machek2014-01-091-1/+1
| * | wl1251: add nvs file name to module firmware listPavel Machek2014-01-091-0/+1
| * | wl1251: enforce changed hw encryption support on monitor state changeDavid Gnedt2014-01-091-0/+13
| * | wl1251: disable retry and ACK policy for injected packetsDavid Gnedt2014-01-092-2/+13
| * | wl1251: enable tx path in monitor mode if necessary for packet injectionDavid Gnedt2014-01-093-0/+31
| * | wl1251: fix channel switching in monitor modeDavid Gnedt2014-01-091-2/+13
| * | wl1251: disable power saving in monitor modeDavid Gnedt2014-01-091-3/+7
| * | wl1251: implement multicast address filtering (fwd)David Gnedt2014-01-095-11/+67
| * | wl1251: configure hardware en-/decryption for monitor modeDavid Gnedt2014-01-097-11/+39
| * | wl1251: split RX and TX data path initialisationDavid Gnedt2014-01-093-17/+41
| * | wl1251: implement hardware ARP filteringDavid Gnedt2014-01-093-0/+53
| * | wl1251: retry power save entryDavid Gnedt2014-01-095-1/+58
| * | wl1251: fix scan behaviour while not associatedDavid Gnedt2014-01-093-1/+17
| |/
* / wireless: slight optimization of addr comparedingtianhong2013-12-261-1/+1
|/
* wl1251: return -ENOMEM if kzalloc failsJing Wang2013-12-051-141/+68Star
* cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-254-11/+8Star
* wlcore: save last regdom configuration on stopEliad Peller2013-10-231-1/+3
* wlcore: fix started_vifs calculationEliad Peller2013-10-231-1/+23