aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10wlcore: add p2p device supportEliad Peller1-13/+56
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-13/+13
2015-05-24Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-12/+14
2015-05-09Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+3
2015-05-09wl18xx: wlan_irq: support platform dependent interrupt typesEyal Reizer1-12/+14
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+1
2015-04-22wlcore: enable IEEE80211_HW_SUPPORT_FAST_XMITJohannes Berg1-1/+2
2015-03-24wlcore: remove wl12xx_platform_dataEliad Peller1-3/+1
2015-03-19wlcore: set irq_trigger in board files instead of hiding behind a quirkLuciano Coelho1-11/+16
2015-01-23wlcore: unlock on error in wl1271_op_suspend()Dan Carpenter1-1/+3
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo1-10/+12
2015-01-09wlcore: add dfs region to reg domain update cmdGuy Mishol1-0/+4
2015-01-09wlcore: allow using dfs channelsEliad Peller1-14/+0
2015-01-09wlcore: add dfs master restart callsEliad Peller1-1/+9
2015-01-09wlcore: add support for ap csaEliad Peller1-1/+80
2015-01-09wl18xx: add radar detection implementationEliad Peller1-4/+155
2015-01-09wlcore: enable AP wowlanEliad Peller1-5/+13
2015-01-09wlcore: add ability to reduce FW interrupts during suspendRam Amrani1-23/+45
2015-01-09wlcore/wl18xx: handle rc updates in a separate workEliad Peller1-2/+33
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-1/+1
2015-01-08mac80211: allow drivers to provide most station statisticsJohannes Berg1-9/+11
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg1-1/+1
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho1-15/+8
2014-07-15wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longsEliad Peller1-4/+4
2014-07-15wlcore: don't switch channels on disconnected STA vifsArik Nemtsov1-0/+7
2014-07-15wlcore: register vendor commandsEliad Peller1-0/+4
2014-07-15wlcore: increase max roc duration to 30 secondsEliad Peller1-1/+1
2014-07-15wlcore: use correct LAA bitEliad Peller1-1/+1
2014-07-15wlcore: user smaller sqn padding for GEMEliad Peller1-2/+5
2014-07-15wlcore: save seq num only between recoveriesEliad Peller1-19/+58
2014-06-25mac80211: split sched scan IEsDavid Spinadel1-1/+1
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2014-05-19cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-03net: Replace min macro with min_tSilvan Jegen1-1/+1
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 Peller1-0/+12
2014-02-13wlcore: decrease warning verbosity during recoveryArik Nemtsov1-2/+3
2014-02-13wlcore: consider multiple APs when checking active_link_countEliad Peller1-5/+5
2014-02-13wlcore: don't handle unsetting of default wep keyEliad Peller1-0/+4
2014-02-13wlcore: don't stop sched_scan on interface removalBarak Bercovitz1-3/+1
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller1-1/+1
2014-02-13wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller1-26/+2
2014-02-13wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller1-3/+1
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller1-4/+8
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller1-49/+47
2014-02-13wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov1-0/+13