aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-5/+5
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 62-3145/+3508
2011-12-09iwlwifi regression in 20111205 mergeGravatar Nikolay Martynov 1-0/+11
2011-12-09wl12xx: silence tx_attr uninitialized warning in wl1271_tx_fill_hdrGravatar John W. Linville 1-1/+1
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 5-5/+5
2011-12-08Merge branch 'wl12xx-next' into for-linvilleGravatar Luciano Coelho 32-2716/+2942
2011-12-08wl12xx: minor fix in sched_scan_ssid_listGravatar Eyal Shapira 1-0/+3
2011-12-08wl12xx: send testmode reply in wl1271_tm_cmd_interrogateGravatar Eliad Peller 1-0/+3
2011-12-08wl12xx: remove redundant commands from plt initGravatar Eliad Peller 1-60/+1
2011-12-08wl12xx: fix testmode test/interrogate commandsGravatar Eliad Peller 1-19/+53
2011-12-07ath9k: enable ANI for ar9100 chipsGravatar Nikolay Martynov 1-2/+2
2011-12-07ath9k: use config.enable_ani to check if ani should be performedGravatar Nikolay Martynov 3-5/+11
2011-12-07ath9k: change calibration debug log to output all calibration typesGravatar Nikolay Martynov 1-3/+5
2011-12-07ath9k: trivial: cosmetic fix in calibration debug logGravatar Nikolay Martynov 2-2/+2
2011-12-07ath9k: cancel all workqueue activity when going idleGravatar Felix Fietkau 1-1/+4
2011-12-07ath9k: only drop packets in drv_flush when asked toGravatar Felix Fietkau 1-13/+11
2011-12-07ath9k: rework power state handlingGravatar Felix Fietkau 2-130/+47
2011-12-07ath9k: always issue a full hw reset after waking up from full-sleep modeGravatar Felix Fietkau 2-3/+11
2011-12-07rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Gravatar Philipp Dreimann 4-4/+4
2011-12-06iwlwifi: move ucode notification from iwl_priv to iwl_sharedGravatar Don Fry 9-134/+143
2011-12-06iwlwifi: move ucode_type from iwl_priv to iwl_sharedGravatar Don Fry 7-29/+43
2011-12-06iwlwifi: replace iwl_priv reference with iwl_trans for ucode.Gravatar Don Fry 3-36/+36
2011-12-06iwlwifi: rename iwl-agn-ucode as iwl-ucodeGravatar Don Fry 2-1/+1
2011-12-06iwlwifi: Rename file name from iwl-sv-open.c to iwl-testmode.cGravatar Wey-Yi Guy 2-1/+1
2011-12-06iwlwifi: add WOWLAN uCode loading support by testmodeGravatar Hsu, Kenny 2-1/+20
2011-12-06iwlagn: make debug levels more readableGravatar Johannes Berg 1-31/+27
2011-12-06iwlagn: remove MACDUMP debugGravatar Johannes Berg 2-6/+1
2011-12-06iwlagn: remove HC_DUMP debugGravatar Johannes Berg 1-2/+1
2011-12-06iwlagn: remove TX_REPLY_LIMIT debugGravatar Johannes Berg 1-2/+0
2011-12-06iwlwifi: declare static for iwl_sram_cleanup functionGravatar Wey-Yi Guy 1-1/+1
2011-12-06iwlwifi: add generic chunk size of tm dumpit packetGravatar Hsu, Kenny 2-11/+13
2011-12-06iwlwifi: add range checking in tm sram read commandGravatar Kenny Hsu 1-1/+22
2011-12-06iwlwifi: add tm commands for sram reading by dumpitGravatar Hsu, Kenny 3-2/+141
2011-12-06ath9k: clarify max_streams for AR9462Gravatar Mohammed Shafi Shajakhan 1-0/+2
2011-12-06ath9k_hw: sync to latest AR9462 INIGravatar Mohammed Shafi Shajakhan 2-22/+21
2011-12-06rtl8192c: Do not log firmware load message unless actually doneGravatar Larry Finger 1-1/+1
2011-12-06iwlegacy: Use kcalloc instead of kzalloc to allocate arrayGravatar Thomas Meyer 1-3/+2
2011-12-06rt2x00: Use kcalloc instead of kzalloc to allocate arrayGravatar Thomas Meyer 1-2/+2
2011-12-06ath9k: fix check for antenna diversity supportGravatar Felix Fietkau 1-1/+1
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 89-2125/+6043
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 9-42/+65
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 21-61/+112
2011-12-02iwlwifi: change the default behavior of watchdog timerGravatar Wey-Yi Guy 6-9/+26
2011-12-02iwlwifi: do not re-configure HT40 after associatedGravatar Wey-Yi Guy 3-28/+28
2011-12-02iwlagn: fix HW crypto for TX-only keysGravatar Johannes Berg 2-5/+11
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-9/+11
2011-12-01wl12xx: don't explicitly check for unjoined ibssGravatar Eliad Peller 1-9/+1
2011-12-01wl12xx: leave IV calculation to HW for CCMPGravatar Arik Nemtsov 1-1/+1
2011-12-01wl12xx: Print nvs/fw file name if loading fails.Gravatar Pontus Fuchs 1-2/+3
2011-12-01wl12xx: avoid bail out when probe-resp is not set by mac80211Gravatar Arik Nemtsov 1-9/+8