summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-22rt2x00: Use more current logging styles, shrink object sizeJoe Perches19-240/+228
2013-04-22rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_earlyGabor Juhos1-2/+2
2013-04-22brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_ch...Wei Yongjun1-2/+3
2013-04-22wil6210: more Rx descriptor accessor functionsVladimir Kondratiev1-6/+36
2013-04-22wil6210: Use cached copy of Tx descriptorVladimir Kondratiev1-1/+6
2013-04-22wil6210: Tx init optimizationVladimir Kondratiev1-1/+1
2013-04-22wil6210: Use cached copy of Rx descriptorVladimir Kondratiev2-10/+23
2013-04-22brcmfmac: stop dequeue upon sk_buff commit failureArend van Spriel1-3/+2
2013-04-22brcmfmac: change return type for brcmf_rollback_toq() to voidArend van Spriel1-3/+2
2013-04-22brcmfmac: finalize transmit upon any rollback failureArend van Spriel1-3/+3
2013-04-22brcmfmac: use lock in brcmf_fws_del_interface()Arend van Spriel1-0/+3
2013-04-22brcmfmac: schedule dequeue upon firmware-signal receptionArend van Spriel1-12/+24
2013-04-22brcmfmac: destination mac closed when interface is closedArend van Spriel1-3/+14
2013-04-22brcmutil: simplify brcmu_pkt_free_skb()Arend van Spriel1-10/+2
2013-04-22brcmfmac: remove error message upon allocation failureArend van Spriel1-3/+1
2013-04-22brcmfmac: check memory allocation in brcmf_add_if()Arend van Spriel1-0/+2
2013-04-22brcmfmac: reinitialize dequeue mask per nodeArend van Spriel1-1/+3
2013-04-22rt2800: nulify all last words of TXWIStanislaw Gruszka1-4/+7
2013-04-22rt2x00: provide separate information about TXWI & RXWI sizesStanislaw Gruszka5-25/+34
2013-04-22rt2800: cleanup rt2800_init_rfcsrStanislaw Gruszka1-21/+6
2013-04-22rt2800: add rt2800_normal_mode_setup_3xxx subroutineStanislaw Gruszka1-77/+77
2013-04-22rt2800: add rt2800_led_open_drain_enable subroutineStanislaw Gruszka1-4/+25
2013-04-22rt2800: move RF_R27 setup to individual rfcsr init subroutinesStanislaw Gruszka1-7/+11
2013-04-22rt2800: add rt2800_rx_filter_calibration procedureStanislaw Gruszka1-46/+57
2013-04-22rt2800: move RFCSR6_R2 & LDO_CFG0 setup to 3572 specific rfcsr initStanislaw Gruszka1-17/+17
2013-04-22rt2800: move GPIO_SWITCH setup to 3390 specific rfcsr initStanislaw Gruszka1-5/+7
2013-04-22rt2800: move 30xx common rf init codeStanislaw Gruszka1-28/+35
2013-04-22rt2800: move RFCSR29_RSSI_GAIN to 3290 specific rfcsr initStanislaw Gruszka1-6/+6
2013-04-22rt2800: move rf init calibration codeStanislaw Gruszka1-22/+32
2013-04-22rt2800: merge 5xxx normal mode setupStanislaw Gruszka1-48/+36
2013-04-22ath9k: always set common->macaddr to the MAC adress of a virtual interfaceFelix Fietkau2-6/+10
2013-04-22ath: update hardware mac address with bssid maskFelix Fietkau4-7/+13
2013-04-22ath9k: use GFP_ATOMIC under spinlockDan Carpenter1-1/+2
2013-04-22ath9k: change DFS logging to use ath_dbg()Zefir Kurtisi6-67/+63
2013-04-22rt2x00: Fix transmit power troubles on some Ralink RT30xx cardsAlex A. Mihaylov1-2/+6
2013-04-22mwl8k: remove nonstandard rate 72 MbpsJonas Gorski1-6/+4
2013-04-22mac80211_hwsim: handle IEEE80211_HW_SUPPORTS_RC_TABLEKarl Beldan1-1/+23
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg396-6571/+33078
2013-04-16mac80211_hwsim: handle VHT rates in rx_statusKarl Beldan1-3/+11
2013-04-16mac80211: support secondary channel offset in CSAJohannes Berg7-32/+42
2013-04-12b43: use bcma_pmu_spuravoid_pllupdate()Hauke Mehrtens1-54/+2
2013-04-12ath5k: use more idiomatic tracing include styleJohannes Berg2-1/+2
2013-04-12brcm80211: simplify makefilesJohannes Berg2-16/+5
2013-04-12brcmfmac: remove ifidx variable from brcmf_fws_process_skb()Arend van Spriel1-3/+2
2013-04-12brcmfmac: rename brcmf_fws_mac_desc_ready()Arend van Spriel1-18/+13
2013-04-12brcmfmac: pass ifp pointer in brcmf_fws_find_mac_desc()Arend van Spriel1-8/+5
2013-04-12brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel3-3/+17
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman5-187/+126
2013-04-12brcmfmac: Add drive strength programming for SDIO 43143.Hante Meuleman1-19/+34
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman4-0/+31