summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl1251
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-282-7/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-171-1/+0
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-131-1/+0
| |\
| | * mac80211: remove channel_change_timeJohannes Berg2014-01-071-1/+0
* | | 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/+68
* net: wireless: wl1251: update firmware pathFelipe Balbi2013-10-101-2/+2
* wireless: wl1251: use dev_get_platdata()Jingoo Han2013-09-261-1/+1
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* net: wireless: wl1251: Fix commenting styleSachin Kamat2013-06-171-3/+3
* net: wireless: wl1251: Use module_spi_driver macroSachin Kamat2013-06-171-23/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-241-2/+3
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-2/+3
| |\
| | * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-2/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-1/+3
|\ \ \ | |/ /
| * | Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2013-03-251-1/+3
| |\ \ | | |/ | |/|
| | * wl1251: call pm_runtime_put_sync in pm_runtime_get_sync failed caseLi Fei2013-03-051-1/+3
* | | net: wireless: wl1251: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-203-7/+25
|\ \ | |/
| * mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg2013-02-112-6/+24
| * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2013-01-181-1/+1
| |\
| | * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-12-041-1/+1
| | |\
| | | * drivers/net/wireless/ti/wl1251: remove CONFIG_EXPERIMENTALKees Cook2012-11-161-1/+1
* | | | wl1251: don't use [delayed_]work_pending()Tejun Heo2012-12-281-2/+1
|/ / /
* | | wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton2012-12-062-5/+5
* | | mac80211: remove probe response temporary buffer allocationJohannes Berg2012-11-301-1/+3
|/ /
* | mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
|/
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-293-3/+6
|\
| * wl1251: Fix memory leaks in SPI initializationGrazvydas Ignotas2012-06-201-0/+4
| * wl1251: always report beacon loss to the stackGrazvydas Ignotas2012-06-201-2/+1
OpenPOWER on IntegriCloud