summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds9-277/+130
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+2
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds305-22776/+23518
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-6/+6
2010-08-04Merge branch 'master' into for-nextJiri Kosina20-24/+97
2010-08-04hostap:hostap_hw.c Fix typo in commentJustin P. Mattock1-1/+1
2010-08-03pcmcia: do not request windows if you don't need toDominik Brodowski1-36/+1
2010-08-03pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2-10/+1
2010-08-03pcmcia: remove memreq_tDominik Brodowski3-18/+6
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski9-84/+65
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski7-27/+24
2010-08-03pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski2-88/+35
2010-07-30pcmcia: remove cs_types.hDominik Brodowski9-18/+2
2010-07-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville90-2096/+2359
2010-07-29iwlwifi: fix scan abortStanislaw Gruszka1-10/+8
2010-07-29wl1271: update hw/fw version info in wiphy structJohn W. Linville1-0/+7
2010-07-29wl1251: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-07-29wl1271: add get_survey callback in order to get channel noiseJohn W. Linville3-0/+27
2010-07-29libertas_tf: add get_survey callback in order to get channel noiseJohn W. Linville2-0/+21
2010-07-29wl1251: add get_survey callback in order to get channel noiseJohn W. Linville3-0/+26
2010-07-29ar9170: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+19
2010-07-29mwl8k: add get_survey callback in order to get channel noiseJohn W. Linville1-4/+27
2010-07-29ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville1-1/+2
2010-07-29ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez1-4/+9
2010-07-27drivers/net/wireless/at76c50x-usb.c: Neaten macrosJoe Perches1-16/+13
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches22-464/+398
2010-07-27libertas: remove unused cmd_pending waitqDan Williams2-9/+0
2010-07-27libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()Dan Williams1-4/+2
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams4-146/+9
2010-07-27libertas: convert DEEP_SLEEP timer to a direct commandDan Williams2-12/+8
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams7-126/+95
2010-07-27libertas: remove unused indirect command response handlerDan Williams1-24/+1
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams5-34/+26
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams5-46/+158
2010-07-27libertas: convert register access to direct commandsDan Williams6-180/+94
2010-07-27libertas: convert LED_GPIO_CTRL to a direct commandDan Williams1-3/+2
2010-07-27libertas: remove Beacon ControlDan Williams4-11/+2
2010-07-27libertas: remove unused Automatic Frequency Control commandDan Williams3-23/+3
2010-07-27libertas: remove unused indirect TPC_CFG command leftoversDan Williams3-20/+0
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams7-238/+139
2010-07-27libertas: clean up RSSI commandDan Williams8-77/+51
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams4-72/+33
2010-07-27rt2500usb: disallow to set WEP key with non zero indexStanislaw Gruszka1-0/+8
2010-07-27rt2500usb: truly disable encryption when initializeStanislaw Gruszka1-0/+1
2010-07-27rt2500usb: write keys to proper registersStanislaw Gruszka1-1/+1
2010-07-27ath9k: remove unused base_index from rate table.Senthil Balasubramanian2-161/+160
2010-07-27ath9k: Fix incorrect user ratekbs of MCS15 ShortGISenthil Balasubramanian1-1/+1
2010-07-27ath9k: Add three stream rate control support for AR938X.Senthil Balasubramanian2-225/+366
2010-07-27ath9k: Introduce bit masks for valid and valid_single_stream.Senthil Balasubramanian2-145/+153
2010-07-27p54: Added get_survey callback in order to get channel noiseJohn W. Linville1-0/+17