aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14wlcore: ignore dummy packet events in PLT modeLuciano Coelho1-0/+5
2014-03-03net: Replace min macro with min_tSilvan Jegen3-4/+4
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 Nemtsov2-1/+4
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 Peller7-9/+19
2014-02-13wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller2-28/+5
2014-02-13wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller3-5/+3
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller7-29/+40
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller7-98/+101
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-13wl12xx: fix tx power settingAlex Gal1-0/+10
2014-01-07mac80211: remove channel_change_timeJohannes Berg1-1/+0
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez3-10/+7
2013-10-23wlcore: save last regdom configuration on stopEliad Peller1-1/+3
2013-10-23wlcore: fix started_vifs calculationEliad Peller1-1/+23
2013-10-23wlcore: wakeup from ELP before starting recoveryBarak Bercovitz1-0/+1
2013-10-23wlcore: Allow stopping fw log in recoveryBarak Bercovitz1-1/+2
2013-10-23wlcore: read fw panic log only in host modeBarak Bercovitz1-1/+2
2013-10-23wlcore/wl18xx/wl12xx: FW log params per chip archIgal Chernobelsky5-23/+43
2013-10-23wlcore: fwlog dynamic mem_block controlIdo Reis2-1/+20
2013-10-23wlcore: fix interrogate command lengthIgal Chernobelsky4-10/+15
2013-10-23wlcore: add ap_event_maskEliad Peller4-0/+15
2013-10-23wlcore: print active channel in the driver_stateVictor Goldenshtein1-1/+17
2013-09-30wlcore: always register dummy hardirqArik Nemtsov1-3/+11
2013-09-30wlcore: clarify and fix regulatory domain bit translationEliad Peller1-21/+31
2013-09-30wlcore: remove unsupported channelsEliad Peller1-3/+0
2013-09-30wlcore: fix unsafe dereference of the wlvifVictor Goldenshtein1-1/+1
2013-09-30wlcore: cleanup scan debug printsVictor Goldenshtein2-17/+16
2013-09-30wlcore: re-enable idle handlingArik Nemtsov2-0/+23
2013-09-30wlcore: disable elp sleep while in plt modeYair Shapira1-0/+4
2013-09-30wlcore: add new plt power-mode: CHIP_AWAKEYair Shapira3-6/+24
2013-09-30wlcore: ROC on AP channel before auth replyArik Nemtsov5-20/+120
2013-09-26wireless: wlcore: use dev_get_platdata()Jingoo Han2-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
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 Torvalds7-234/+314
2013-06-29wlcore: use *ppos, not file->f_posAl Viro1-2/+2