summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-06-17drivers/ssb/driver_chipcommon_pmu.c: uninitilized warningConnor Hansen1-2/+2
2011-06-11iwlagn: Sanity check for valid contextWey-Yi Guy1-23/+33
2011-06-11iwlagn: Sanity check for 11n capabilityWey-Yi Guy1-0/+5
2011-06-11iwlagn: merge duplicated code into single placeWey-Yi Guy3-17/+17
2011-06-11iwlagn: group similar defines togetherWey-Yi Guy1-4/+4
2011-06-11iwlagn: generic temperature location in EEPROMWey-Yi Guy3-5/+5
2011-06-11iwlagn: remove unused debug flagWey-Yi Guy1-4/+2
2011-06-11iwlagn: use IWL_DEBUG_FW for firmware related debug msgWey-Yi Guy1-5/+5
2011-06-11iwlagn: use IWL_DEBUG_TEMP for temperature related debugWey-Yi Guy1-19/+19
2011-06-11iwlagn: add debug message for coex related activitiesWey-Yi Guy1-15/+15
2011-06-11iwlagn: add coex debug flagWey-Yi Guy1-2/+2
2011-06-11iwlagn: use sku capabilities information from EEPROMWey-Yi Guy6-25/+12
2011-06-11iwlagn: Band capabilities in EEPROMWey-Yi Guy1-2/+3
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg7-41/+23
2011-06-11iwlagn: move no_sleep_autoadjust as part of iwlagn_mod_paramsWey-Yi Guy4-11/+14
2011-06-11iwlagn: move led_mode as part of iwlagn_mod_paramsWey-Yi Guy3-7/+7
2011-06-11iwlagn: move bt_coex_active as part of iwlagn_mod_paramsWey-Yi Guy4-24/+25
2011-06-11iwlagn: add dumpit support for testmode trace functionWey-Yi Guy5-26/+96
2011-06-11iwlagn: usersapce application decide the size of trace bufferWey-Yi Guy3-8/+29
2011-06-10rtlwifi: Fix warnings on parisc archLarry Finger6-11/+7
2011-06-10drivers: bcma: export bcma_core_disable() functionArend van Spriel1-1/+2
2011-06-10b43: check for allocation failuresDan Carpenter2-1/+7
2011-06-10mwifiex: get rid of global adapter pointerAmitkumar Karwar3-42/+56
2011-06-10iwlegacy: refactor iwl4965_mac_channel_switchStanislaw Gruszka1-56/+55
2011-06-10iwlegacy: remove unused agg_tids_countStanislaw Gruszka2-17/+0
2011-06-10iwlegacy: remove firmware event logStanislaw Gruszka10-742/+1
2011-06-10iwlegacy: remove reset rf infrastructureStanislaw Gruszka10-407/+81
2011-06-10iwlegacy: remove recover from statisticsStanislaw Gruszka5-103/+1
2011-06-10iwlegacy: remove unused power commands definesStanislaw Gruszka1-7/+0
2011-06-10libertas: add sd8686 reset_card supportDaniel Drake1-0/+34
2011-06-10rtlwifi: Factor out code to receive one packetMike McCormack1-48/+51
2011-06-10rtlwifi: Free skb in one placeMike McCormack1-5/+3
2011-06-10rtlwifi: Resubmit skbs with bad CRC earlyMike McCormack1-42/+39
2011-06-10rtlwifi: Remove unnecessary indentMike McCormack1-95/+81
2011-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-61/+41
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-0/+12
2011-06-09Bluetooth: Do not ignore errors returned from strict_strtol()David Miller1-0/+12
2011-06-08iwlegacy: fix channel switch lockingStanislaw Gruszka5-46/+28
2011-06-08iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy1-0/+5
2011-06-07ath9k: make use of a helper to get paprd scale factorMohammed Shafi Shajakhan1-14/+3
2011-06-07mwifiex: disable transmission buffer aggregation for AMSDU packetsYogesh Ashok Powar1-5/+13
2011-06-07mwifiex: adding check for enough space before paddingYogesh Ashok Powar1-8/+14
2011-06-07mwifiex: Remove redundant skb_queue_empty checksYogesh Ashok Powar1-10/+5
2011-06-07mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar3-25/+11
2011-06-07iwlwifi: remove unecessary if statementGreg Dietsche1-3/+0
2011-06-07iwlagn: refactor iwlagn_mac_channel_switchStanislaw Gruszka1-54/+52
2011-06-07wl12xx: Stop BA session event from deviceShahar Levi6-4/+46
2011-06-07rtlwifi: Avoid modifying skbs that are resubmittedMike McCormack1-15/+13
2011-06-07rtlwifi: Fix logic in rx_interruptMike McCormack1-1/+1
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville26-191/+206