aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14wl18xx: align event mailbox with current fwEliad Peller1-0/+20
2014-04-14wlcore: ignore dummy packet events in PLT modeLuciano Coelho1-0/+5
2014-03-04Drivers:net:wireless:ti:wl1251: Fixed Sparse invalid assignment warningSurendra Patil1-1/+1
2014-03-03wl1251: use skb_trim to make skb shorterIvaylo Dimitrov1-1/+1
2014-03-03net: Replace min macro with min_tSilvan Jegen3-4/+4
2014-02-28wl1251: spi: add device tree supportSebastian Reichel1-6/+17
2014-02-28wl1251: spi: add vio regulator supportSebastian Reichel2-2/+19
2014-02-28wl1251: move power GPIO handling into the driverSebastian Reichel3-18/+38
2014-02-28wl1251: split wl251 platform data to a separate structureLuciano Coelho3-13/+38
2014-02-20mac80211: allow driver to return error from sched_scan_stopJohannes Berg1-2/+4
2014-02-13wlcore: add support for STA CSA with chan contextsArik Nemtsov1-1/+2
2014-02-13wlcore: enable beacon filtering only after receiving a beaconEliad Peller3-3/+16
2014-02-13wlcore: increase timeout to 5000 msecsYaniv Machani1-1/+1
2014-02-13wlcore: decrease warning verbosity during recoveryArik Nemtsov2-4/+5
2014-02-13wlcore: consider multiple APs when checking active_link_countEliad Peller2-10/+10
2014-02-13wlcore: don't handle unsetting of default wep keyEliad Peller1-0/+4
2014-02-13wlcore: wl18xx: allow CCK rates for AP modeArik Nemtsov3-1/+5
2014-02-13wlcore: don't stop sched_scan on interface removalBarak Bercovitz1-3/+1
2014-02-13wlcore: send EAPOL frames with voice priorityIgal Chernobelsky2-0/+5
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller9-15/+25
2014-02-13wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller4-30/+68
2014-02-13wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller7-5/+9
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller11-30/+51
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller12-103/+277
2014-02-13wlcore: AP: don't start mac80211 PS on non-peer HLIDsArik Nemtsov1-1/+5
2014-02-13wlcore: block read/writes to FW during ELPBarak Bercovitz1-2/+6
2014-02-13wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov3-2/+21
2014-02-13wlcore: memset wl->rx_filter_enabled to zero after recoveryNadim Zubidat3-4/+8
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-2/+10
2014-01-13wl12xx: fix tx power settingAlex Gal1-0/+10
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-2/+0
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-49/+354
2014-01-09wl1251: fix NULL pointer dereferencePavel Machek1-1/+1
2014-01-09wl1251: add nvs file name to module firmware listPavel Machek1-0/+1
2014-01-09wl1251: enforce changed hw encryption support on monitor state changeDavid Gnedt1-0/+13
2014-01-09wl1251: disable retry and ACK policy for injected packetsDavid Gnedt2-2/+13
2014-01-09wl1251: enable tx path in monitor mode if necessary for packet injectionDavid Gnedt3-0/+31
2014-01-09wl1251: fix channel switching in monitor modeDavid Gnedt1-2/+13
2014-01-09wl1251: disable power saving in monitor modeDavid Gnedt1-3/+7
2014-01-09wl1251: implement multicast address filtering (fwd)David Gnedt5-11/+67
2014-01-09wl1251: configure hardware en-/decryption for monitor modeDavid Gnedt7-11/+39
2014-01-09wl1251: split RX and TX data path initialisationDavid Gnedt3-17/+41
2014-01-09wl1251: implement hardware ARP filteringDavid Gnedt3-0/+53
2014-01-09wl1251: retry power save entryDavid Gnedt5-1/+58
2014-01-09wl1251: fix scan behaviour while not associatedDavid Gnedt3-1/+17
2014-01-07mac80211: remove channel_change_timeJohannes Berg2-2/+0
2013-12-26wireless: slight optimization of addr comparedingtianhong1-1/+1
2013-12-05wl1251: return -ENOMEM if kzalloc failsJing Wang1-141/+68
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez4-11/+8
2013-10-23wlcore: save last regdom configuration on stopEliad Peller1-1/+3