summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | * | | | 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-22363-6378/+31260
| | |\ \ \ \
| | | * | | | b43: use bcma_pmu_spuravoid_pllupdate()Hauke Mehrtens2013-04-121-54/+2
| | | * | | | ath5k: use more idiomatic tracing include styleJohannes Berg2013-04-122-1/+2
| | | * | | | brcm80211: simplify makefilesJohannes Berg2013-04-122-16/+5
| | | * | | | brcmfmac: remove ifidx variable from brcmf_fws_process_skb()Arend van Spriel2013-04-121-3/+2
| | | * | | | brcmfmac: rename brcmf_fws_mac_desc_ready()Arend van Spriel2013-04-121-18/+13
| | | * | | | brcmfmac: pass ifp pointer in brcmf_fws_find_mac_desc()Arend van Spriel2013-04-121-8/+5
| | | * | | | brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel2013-04-123-3/+17
| | | * | | | brcmfmac: define and use platform specific data for SDIO.Hante Meuleman2013-04-125-187/+126
| | | * | | | brcmfmac: Add drive strength programming for SDIO 43143.Hante Meuleman2013-04-121-19/+34
| | | * | | | brcmfmac: Add 43143 SDIO support.Hante Meuleman2013-04-124-0/+31
| | | * | | | brcmfmac: add BCM4335 sdio interface supportFranky Lin2013-04-124-0/+19
OpenPOWER on IntegriCloud