aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-13b43legacy: Load firmware from work queue instead of from probe routineLarry Finger2-13/+23
2012-03-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville25-667/+1228
2012-03-13ath6kl: fix debug.c file modeKalle Valo1-0/+0
2012-03-13ath6kl: use max_t() in ath6kl_cfg80211_connect()Kalle Valo1-2/+2
2012-03-13ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()Kalle Valo1-4/+5
2012-03-13ath6kl: replace strict_strtoul() with kstrtoul()Kalle Valo1-17/+2
2012-03-13ath6kl: fix regression in ath6kl_upload_board_file()Kalle Valo1-1/+2
2012-03-12iwlwifi: Add bool mvm_ucode to iwl_fwDavid Spinadel2-1/+10
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel7-141/+139
2012-03-12iwlwifi: Add TLVs and fields for 16.0 uCodeDavid Spinadel4-16/+108
2012-03-12iwlwifi: more modularity in fw images and sectionsDavid Spinadel3-77/+207
2012-03-12iwlwifi: explicitly track whether INIT uCode was runDavid Spinadel3-5/+6
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel7-20/+48
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman8-10/+11
2012-03-12iwlwifi: convert bad state message into warningJohannes Berg1-14/+14
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg5-18/+39
2012-03-12iwlwifi: remove TX hex debugJohannes Berg1-2/+0
2012-03-12ath9k: fix going to full-sleep on PS idleFelix Fietkau1-3/+5
2012-03-12ath9k: Fix mactime from being clobbered in rx_statusAshok Nagarajan1-2/+2
2012-03-12ath9k: configure bss info at assoc notificationRajkumar Manoharan1-1/+1
2012-03-12rt2x00: Fix beacon skew in rt2800pciHelmut Schaa2-0/+33
2012-03-12ath9k_hw: Fix enabling of MCI and RTTMohammed Shafi Shajakhan2-2/+12
2012-03-12net/wireless: ipw2x00: remove unused definitions for regulatory domainStanislav Yakovlev1-12/+0
2012-03-12ath9k: Add wiphy name to log messages.Ben Greear2-17/+18
2012-03-12mac80211_hwsim: Fix set mactime on receiver hwsim radioAshok Nagarajan1-1/+2
2012-03-12ath9k: Fix BTCOEX shutdownSujith Manoharan1-1/+2
2012-03-12rt2x00: fix random stallsStanislaw Gruszka3-1/+17
2012-03-12iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka2-4/+5
2012-03-12ath6kl: Fix merge error in ath6kl_set_ies()Aarthi Thiruvengadam1-24/+21
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville109-4099/+4240
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy10-28/+23
2012-03-09iwlwifi: fix cmd_queue number mergeWey-Yi Guy2-7/+3
2012-03-09iwlwifi: restore PAN supportEmmanuel Grumbach2-30/+32
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman7-33/+56
2012-03-08mwifiex: correction in number of bitratesAmitkumar Karwar1-1/+1
2012-03-08net/wireless: ipw2x00: remove WEXT_USECHANNELS defineStanislav Yakovlev2-4/+0
2012-03-08iwlwifi: correct status bit refactoring errorsDon Fry2-5/+5
2012-03-08iwlwifi: don't delete AP station directlyJohannes Berg3-6/+53
2012-03-08iwlwifi: make iwl_init_context staticJohannes Berg2-2/+1
2012-03-08iwlwifi: remove messages from queue wake/stopJohannes Berg2-20/+20
2012-03-08iwlwifi: more status bit factoringDon Fry17-166/+160
2012-03-08iwlwifi: move setting up fw parametersMeenakshi Venkataraman1-21/+24
2012-03-08iwlwifi: configure transport layer from dvm op modeMeenakshi Venkataraman2-3/+21
2012-03-08iwlwifi: log stop / wake queuesEmmanuel Grumbach2-1/+7
2012-03-08iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka5-22/+21
2012-03-08iwlwifi: separate status to priv and transDon Fry7-24/+14
2012-03-08iwlwifi: add option to test MFPDavid Spinadel2-0/+12
2012-03-08iwlwifi: fixed testmode notifications lengthAmit Beka1-1/+2
2012-03-08iwlwifi: add testmode command for rx forwardingAmit Beka3-9/+56