summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-12-19brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin3-33/+29
2011-12-19brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin3-4/+8
2011-12-19brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin3-4/+3
2011-12-19brcm80211: fmac: move dongle statistics to struct brcmf_busFranky Lin3-27/+27
2011-12-19brcm80211: fmac: remove duplicate statistics from driver data structureFranky Lin5-45/+13
2011-12-19brcm80211: fmac: move driver up status to struct brcmf_busFranky Lin3-12/+13
2011-12-19brcm80211: fmac: move maxctl to struct brcmf_busFranky Lin3-9/+9
2011-12-19brcm80211: fmac: move sdio used statistics to struct brcmf_sdioFranky Lin2-18/+14
2011-12-19brcm80211: fmac: change function proto_hdrpull parameterFranky Lin4-6/+9
2011-12-19brcm80211: fmac: change function rx_frame parameterFranky Lin3-6/+8
2011-12-19brcm80211: fmac: change function brcmf_c_prec_enq parameterFranky Lin3-3/+6
2011-12-19brcm80211: fmac: change function txcomplete parameterFranky Lin3-4/+6
2011-12-19brcm80211: fmac: change function txflowcontrol parameterFranky Lin3-4/+6
2011-12-19brcm80211: fmac: change function brcmf_detach parameterFranky Lin3-19/+20
2011-12-19brcm80211: fmac: change function bus_start parameterFranky Lin3-6/+8
2011-12-19brcm80211: fmac: change function add_if parameterFranky Lin4-4/+9
2011-12-19brcm80211: fmac: register a dummy irq handler for SDIO function 2Franky Lin1-0/+7
2011-12-19brcm80211: fmac: remove oneline proto block functionsFranky Lin4-29/+7
2011-12-19brcm80211: fmac: unify common layer driver data structureFranky Lin4-214/+180
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it3-19/+60
2011-12-19mwifiex: cleanup work in scan.cAmitkumar Karwar1-4/+4
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches34-799/+647
2011-12-19Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville22-653/+1809
2011-12-19Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville35-836/+925
2011-12-17b43: mark some vars __maybe_unused in b43_nphy_pmu_spur_avoidJohn W. Linville1-2/+2
2011-12-16Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo3020-94166/+197384
2011-12-16iwlagn: remove iwlagn_build_addsta_hcmdJohannes Berg1-13/+2
2011-12-16iwlwifi: add IO function for continuous write of target memoryHsu, Kenny2-4/+20
2011-12-16iwlwifi: remove unused AMPDU factor/density configurationJohannes Berg2-8/+0
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry7-66/+140
2011-12-16iwlwifi: create iwl_mac80211 unregister routineDon Fry3-6/+11
2011-12-16iwlwifi: add missing documentation for iwl_sharedEmmanuel Grumbach1-0/+3
2011-12-16iwlwifi: don't accept Tx packets when draining HW queuesEmmanuel Grumbach1-0/+8
2011-12-16iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach3-45/+11
2011-12-16iwlwifi: add debug in Tx path in AGG flowEmmanuel Grumbach2-0/+14
2011-12-16iwlwifi: reset the tid_data when a station is removedEmmanuel Grumbach1-0/+5
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach6-85/+84
2011-12-16iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach2-21/+16
2011-12-16iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach3-26/+31
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach7-41/+59
2011-12-16iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach2-43/+39
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach6-64/+74
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach4-34/+36
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach5-99/+87
2011-12-16iwlwifi: don't rely on the wr / rd pointers in DELBA flowEmmanuel Grumbach2-17/+14
2011-12-16iwlwifi: we can wake SW queues even when draining HW queuesEmmanuel Grumbach1-13/+3
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach5-38/+54
2011-12-16iwlwifi: fix endianity issue in debug printsEmmanuel Grumbach1-1/+1
2011-12-16iwlwifi: Add official names for new devicesDon Fry2-7/+7
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry26-300/+301