summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: remove redundant initialization for bss_descriptorBing Zhao2013-04-222-29/+5
* mwifiex: fix use-after-free in beacon_ie processingBing Zhao2013-04-222-5/+17
* mwifiex: don't try to associate when bss_mode is not STABing Zhao2013-04-221-11/+6
* mwifiex: make use of msecs_to_jiffies()Bing Zhao2013-04-222-2/+2
* mwifiex: correct bss_mode check while appending vht operation IEBing Zhao2013-04-221-1/+1
* mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil2013-04-221-2/+2
* mwifiex: configure p2p interface during initializationBing Zhao2013-04-221-0/+3
* mwifiex: Start P2P devices in P2P modePaul Stewart2013-04-221-3/+2
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-2219-240/+228
* rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_earlyGabor Juhos2013-04-221-2/+2
* brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_ch...Wei Yongjun2013-04-221-2/+3
* wil6210: more Rx descriptor accessor functionsVladimir Kondratiev2013-04-221-6/+36
* wil6210: Use cached copy of Tx descriptorVladimir Kondratiev2013-04-221-1/+6
* wil6210: Tx init optimizationVladimir Kondratiev2013-04-221-1/+1
* wil6210: Use cached copy of Rx descriptorVladimir Kondratiev2013-04-222-10/+23
* brcmfmac: stop dequeue upon sk_buff commit failureArend van Spriel2013-04-221-3/+2
* brcmfmac: change return type for brcmf_rollback_toq() to voidArend van Spriel2013-04-221-3/+2
* brcmfmac: finalize transmit upon any rollback failureArend van Spriel2013-04-221-3/+3
* brcmfmac: use lock in brcmf_fws_del_interface()Arend van Spriel2013-04-221-0/+3
* brcmfmac: schedule dequeue upon firmware-signal receptionArend van Spriel2013-04-221-12/+24
* brcmfmac: destination mac closed when interface is closedArend van Spriel2013-04-221-3/+14
* brcmutil: simplify brcmu_pkt_free_skb()Arend van Spriel2013-04-221-10/+2
* brcmfmac: remove error message upon allocation failureArend van Spriel2013-04-221-3/+1
* brcmfmac: check memory allocation in brcmf_add_if()Arend van Spriel2013-04-221-0/+2
* brcmfmac: reinitialize dequeue mask per nodeArend van Spriel2013-04-221-1/+3
* rt2800: nulify all last words of TXWIStanislaw Gruszka2013-04-221-4/+7
* rt2x00: provide separate information about TXWI & RXWI sizesStanislaw Gruszka2013-04-225-25/+34
* rt2800: cleanup rt2800_init_rfcsrStanislaw Gruszka2013-04-221-21/+6
* rt2800: add rt2800_normal_mode_setup_3xxx subroutineStanislaw Gruszka2013-04-221-77/+77
* rt2800: add rt2800_led_open_drain_enable subroutineStanislaw Gruszka2013-04-221-4/+25
* rt2800: move RF_R27 setup to individual rfcsr init subroutinesStanislaw Gruszka2013-04-221-7/+11
* rt2800: add rt2800_rx_filter_calibration procedureStanislaw Gruszka2013-04-221-46/+57
* rt2800: move RFCSR6_R2 & LDO_CFG0 setup to 3572 specific rfcsr initStanislaw Gruszka2013-04-221-17/+17
* rt2800: move GPIO_SWITCH setup to 3390 specific rfcsr initStanislaw Gruszka2013-04-221-5/+7
* rt2800: move 30xx common rf init codeStanislaw Gruszka2013-04-221-28/+35
* rt2800: move RFCSR29_RSSI_GAIN to 3290 specific rfcsr initStanislaw Gruszka2013-04-221-6/+6
* rt2800: move rf init calibration codeStanislaw Gruszka2013-04-221-22/+32
* rt2800: merge 5xxx normal mode setupStanislaw Gruszka2013-04-221-48/+36
* ath9k: always set common->macaddr to the MAC adress of a virtual interfaceFelix Fietkau2013-04-222-6/+10
* ath: update hardware mac address with bssid maskFelix Fietkau2013-04-224-7/+13
* ath9k: use GFP_ATOMIC under spinlockDan Carpenter2013-04-221-1/+2
* ath9k: change DFS logging to use ath_dbg()Zefir Kurtisi2013-04-226-67/+63
* rt2x00: Fix transmit power troubles on some Ralink RT30xx cardsAlex A. Mihaylov2013-04-221-2/+6
* mwl8k: remove nonstandard rate 72 MbpsJonas Gorski2013-04-221-6/+4
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-228-41/+102
|\
| * mac80211_hwsim: handle IEEE80211_HW_SUPPORTS_RC_TABLEKarl Beldan2013-04-221-1/+23
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-22432-6970/+33676
| |\
| * | mac80211_hwsim: handle VHT rates in rx_statusKarl Beldan2013-04-161-3/+11
| * | mac80211: support secondary channel offset in CSAJohannes Berg2013-04-167-32/+42
| * | mac80211_hwsim: Register and bind to driverMartin Pitt2013-04-101-5/+26