aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-9/+7
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-9/+7
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka1-5/+11
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-21/+14
2013-01-22iwlegacy: fix IBSS cleanupStanislaw Gruszka1-21/+14
2013-01-07iwlegacy: add flush callbackStanislaw Gruszka1-0/+36
2012-12-07iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-3/+2
2012-12-07iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas1-2/+3
2012-09-24iwlegacy: use eth_broadcast_addrJohannes Berg1-2/+2
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg1-12/+3
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg1-1/+1
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+6
2012-07-09iwlegacy: always monitor for stuck queuesStanislaw Gruszka1-8/+6
2012-06-28iwlegacy: print how long queue was actually stuckPaul Bolle1-3/+4
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-7/+7
2012-03-26iwlegacy: fix BSSID settingStanislaw Gruszka1-10/+6
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka1-3/+12
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka1-2/+2
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka1-3/+3
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka1-30/+36
2012-02-22iwlegacy: check correct il_poll_bit error valueStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-6/+19
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka1-45/+44
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-247/+0
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka1-31/+19
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka1-17/+17
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka1-2/+2
2012-02-22iwlegacy: regulatory_bands is not an opsStanislaw Gruszka1-6/+4
2012-02-22iwlegacy: cleanup/fix memory barriersStanislaw Gruszka1-2/+0
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka1-5/+5
2012-02-22iwlegacy: dump stack when fail to gain access to the deviceStanislaw Gruszka1-2/+3
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka1-13/+11
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka1-14/+14
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka1-70/+45
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka1-120/+79
2012-02-06iwlegacy: remove il_setup_interface()Stanislaw Gruszka1-19/+3
2012-02-06iwlegacy: get rid of ctx->is_activeStanislaw Gruszka1-18/+3
2012-02-06iwlegacy: move ht out of ctx structureStanislaw Gruszka1-25/+24
2012-02-06iwlegacy: move qos_data out of ctx structureStanislaw Gruszka1-12/+12
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka1-25/+4
2012-02-06iwlegacy: get rid of ctx->station_flagsStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of ctxidStanislaw Gruszka1-6/+0
2012-02-06iwlegacy: get rid of *_devtypeStanislaw Gruszka1-3/+3
2012-02-06iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of ap_sta_idStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of qos_cmdStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of ctx->rxon_timing_cmdStanislaw Gruszka1-1/+1