summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
AgeCommit message (Expand)AuthorFilesLines
2011-12-15wl12xx: alloc buffer in driver_state_read to prevent compilation warningLuciano Coelho1-3/+13
2011-12-15Set wlvif->ps_compl to NULL in before returnPontus Fuchs1-6/+6
2011-12-15wl12xx: remove unused firmware version macrosLuciano Coelho1-7/+0
2011-12-15wl12xx: remove deprecated packet detection threshold configLuciano Coelho5-56/+0
2011-12-15wl12xx: use ieee80211_free_txskb()Eliad Peller2-2/+9
2011-12-15wl12xx: call extended radio parameters for wl127x AP modeLuciano Coelho1-16/+15
2011-12-15wl12xx: don't write out of bounds when hlid > WL12XX_MAX_LINKSLuciano Coelho1-2/+6
2011-12-15wl12xx: Restore testmode ABIPontus Fuchs1-0/+1
2011-12-09wl12xx: silence tx_attr uninitialized warning in wl1271_tx_fill_hdrJohn W. Linville1-1/+1
2011-12-08wl12xx: minor fix in sched_scan_ssid_listEyal Shapira1-0/+3
2011-12-08wl12xx: send testmode reply in wl1271_tm_cmd_interrogateEliad Peller1-0/+3
2011-12-08wl12xx: remove redundant commands from plt initEliad Peller1-60/+1
2011-12-08wl12xx: fix testmode test/interrogate commandsEliad Peller1-19/+53
2011-12-01wl12xx: don't explicitly check for unjoined ibssEliad Peller1-9/+1
2011-12-01wl12xx: leave IV calculation to HW for CCMPArik Nemtsov1-1/+1
2011-12-01wl12xx: Print nvs/fw file name if loading fails.Pontus Fuchs1-2/+3
2011-12-01wl12xx: avoid bail out when probe-resp is not set by mac80211Arik Nemtsov1-9/+8
2011-12-01wl12xx: init CMD_TEMPL_KLV to sizeof(ieee80211_qos_hdr)Eliad Peller2-8/+3
2011-12-01wl12xx: indicate probe-resp offloading supportArik Nemtsov1-0/+7
2011-12-01wl12xx: configure probe-resp template according to notificationArik Nemtsov2-7/+51
2011-12-01wl12xx: Check buffer bound when processing nvs dataPontus Fuchs1-0/+14
2011-12-01wl12xx: Validate FEM index from ini file and FWPontus Fuchs1-0/+22
2011-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Luciano Coelho3-2/+2
2011-11-28wireless: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+1
2011-11-08wl12xx: fix wl12xx_scan_sched_scan_ssid_list() check that all given ssids are...Eyal Shapira1-1/+1
2011-11-08wl12xx: fix SDIO suspend/resumeEyal Shapira1-2/+4
2011-11-08wl12xx: handle idle changes per-interfaceEliad Peller1-7/+6
2011-11-08wl12xx: use p2p rate index when the skb has the NO_CCK flagEliad Peller1-1/+3
2011-11-08wl12xx: set scan probe requests rate according to the no_cck flagGuy Eilam2-4/+19
2011-11-08wl12xx: increase firmware upload chunk sizeLuciano Coelho1-1/+1
2011-11-08wl12xx: use the same SDIO block size for all different chipsLuciano Coelho1-4/+10
2011-11-08wl12xx: change blocksize alignment quirk to negativeLuciano Coelho4-8/+12
2011-11-08wl12xx: clear wl->vif on remove_interfaceEliad Peller1-1/+2
2011-11-08wl12xx: add vifs_state debugfs keyEliad Peller1-0/+110
2011-11-08wl12xx: keep beacon-filtering enabled during STA operationArik Nemtsov3-16/+6
2011-11-08wl12xx: reconfigure rate policies on set_bitrate_maskEliad Peller1-2/+21
2011-11-08wl12xx: couple role_start_dev with rocEliad Peller5-41/+65
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-11wl12xx: handle injected packetsEliad Peller2-16/+18
2011-10-11wl12xx: use the same plat dev name for both SPI and SDIOLuciano Coelho3-5/+4
2011-10-11wl12xx: remove warning message during IBSS TxShahar Lev1-1/+9
2011-10-11wl12xx: spi: use dev_err instead of wl1271_errorLuciano Coelho1-19/+12
2011-10-11wl12xx: sdio: use dev_dbg instead of wl1271_debugLuciano Coelho1-26/+23
2011-10-11wl12xx: move debugging definitions to a separate fileLuciano Coelho17-70/+116
2011-10-11wl12xx: drop unneeded plat_devFelipe Balbi2-75/+30
2011-10-11wl12xx: mark some symbols staticFelipe Balbi2-19/+8
2011-10-11wl12xx: move common init code from bus modules to mainFelipe Balbi7-311/+180
2011-10-11wl12xx: add platform driver to the core moduleFelipe Balbi1-0/+39
2011-10-11wl12xx: add a platform device to the spi moduleFelipe Balbi1-0/+44