summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1528-49631/+63699
2012-02-15ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin1-1/+1
2012-02-15mwifiex: clear previous security setting during associationAmitkumar Karwar1-1/+7
2012-02-15Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0Manoj Iyer1-0/+1
2012-02-15Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAPDaniel Wagner1-3/+0
2012-02-10rtlwifi: Modify rtl_pci_init to return 0 on successSimon Graham1-2/+2
2012-02-09rtlwifi: Modify rtl_pci_init to return 0 on successJohn W. Linville1-3/+3
2012-02-09rtlwifi: Return correct failure code on errorSimon Graham1-1/+1
2012-02-09rtlwifi: Handle previous allocation failures when freeing device memorySimon Graham1-6/+10
2012-02-09rt2x00: Correctly set txmixer_gain in RT3572 channel switching.Gertjan van Wingerde2-7/+40
2012-02-09rt2x00: Fix RT3572 channel switch RFCSR 7 programming.Gertjan van Wingerde2-5/+12
2012-02-09rt2x00: Align RT3572 channel switch RFCSR 1 programming with Ralink driver.Gertjan van Wingerde1-1/+2
2012-02-09rt2x00: Fix RFCSR 12 & 13 programming on RT3572 channel switching.Gertjan van Wingerde1-4/+2
2012-02-09rt2x00: Use saved BBP 25 and 26 values when configuring channel on RT3572.Gertjan van Wingerde2-2/+10
2012-02-09rt2x00: Update comment on freq_offset field in struct rt2x00_dev.Gertjan van Wingerde1-1/+1
2012-02-09rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}.Gertjan van Wingerde5-17/+31
2012-02-09rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde2-0/+24
2012-02-07zd1211rw: firmware needs duration_id set to zero for non-pspoll framesTomas Vanek1-0/+8
2012-02-06iwlegacy: remove set_hw_params callbackStanislaw Gruszka3-85/+59
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka6-69/+46
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka7-81/+83
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka10-167/+127
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka10-378/+261
2012-02-06iwlegacy: remove il_setup_interface()Stanislaw Gruszka1-19/+3
2012-02-06iwlegacy: get rid of ctx->is_activeStanislaw Gruszka4-31/+3
2012-02-06iwlegacy: get rid of ctx->ac_to_queueStanislaw Gruszka2-8/+2
2012-02-06iwlegacy: get rid of ctx->ac_to_fifoStanislaw Gruszka2-10/+8
2012-02-06iwlegacy: move ht out of ctx structureStanislaw Gruszka4-49/+46
2012-02-06iwlegacy: move qos_data out of ctx structureStanislaw Gruszka3-19/+18
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka4-35/+8
2012-02-06iwlegacy: get rid of ctx->station_flagsStanislaw Gruszka2-3/+1
2012-02-06iwlegacy: move wep_keys out of contextStanislaw Gruszka2-38/+39
2012-02-06iwlegacy: get rid of mcast_queueStanislaw Gruszka2-16/+4
2012-02-06iwlegacy: get rid of ctxidStanislaw Gruszka5-14/+1
2012-02-06iwlegacy: get rid of *_devtypeStanislaw Gruszka4-11/+3
2012-02-06iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka7-18/+19
2012-02-06iwlegacy: get rid of ap_sta_idStanislaw Gruszka4-5/+3
2012-02-06iwlegacy: get rid of wep_key_cmdStanislaw Gruszka3-5/+1
2012-02-06iwlegacy: get rid of qos_cmdStanislaw Gruszka4-4/+1
2012-02-06iwlegacy: get rid of rxon_assoc_cmdStanislaw Gruszka3-3/+0
2012-02-06iwlegacy: get rid of ctx->rxon_timing_cmdStanislaw Gruszka4-4/+2
2012-02-06iwlegacy: get rid of ctx->rxon_cmdStanislaw Gruszka4-6/+4
2012-02-06iwlegacy: move rxon commands out of ctx structureStanislaw Gruszka9-228/+205
2012-02-06mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar4-9/+10
2012-02-06mwifiex: cleanup in snmp_mib command preparation codeAmitkumar Karwar1-52/+8
2012-02-06rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner1-7/+12
2012-02-06mwifiex: enable HT operating modeAmitkumar Karwar1-0/+1
2012-02-06mwifiex: fix NULL pointer dereference in set_channel()Amitkumar Karwar1-1/+6
2012-02-06mwl8k: Remove BSSID from the firmware when the BSS is stoppedYogesh Ashok Powar1-9/+29
2012-02-06ath9k: cleanup a min_t() castDan Carpenter1-1/+1