aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'staging-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-116/+100
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-5/+2
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel1-2/+2
2026-08-02wifi: rtl8723bs: use pre-assigned cookie for mgmt_txArend van Spriel1-3/+0
2026-07-28staging: rtl8723bs: validate monitor transmit frame lengthsMariano Baragiola1-0/+4
2026-07-28staging: rtl8723bs: change struct member bDriverStoppedDalvin-Ehinoma Noah Aiguobas2-6/+6
2026-07-27Merge 7.2-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2026-07-17staging: rtl8723bs: fix inverted HT40 secondary channel offsetMinJea Kim1-1/+1
2026-07-17staging: rtl8723bs: Split multiple assignments in _rtw_open_pktfileAmin Madani1-2/+4
2026-07-17staging: rtl8723bs: Fix spacing around ternary operator in sdio_intf.cAmin Madani1-1/+1
2026-07-17staging: rtl8723bs: Remove unused parameter pnetdevDalvin-Ehinoma Noah Aiguobas1-2/+2
2026-07-17staging: rtl8723bs: Rename camelcase enum value dot11AuthAlgrthm_SharedDalvin-Ehinoma Noah Aiguobas1-2/+2
2026-07-17staging: rtl8723bs: Rename camelcase enum value dot11AuthAlgrthm_AutoDalvin-Ehinoma Noah Aiguobas1-3/+3
2026-07-17staging: rtl8723bs: Rename camelcase enum value dot11AuthAlgrthm_OpenDalvin-Ehinoma Noah Aiguobas2-5/+5
2026-07-17staging: rtl8723bs: Rename camelcase enum value dot11AuthAlgrthm_8021XDalvin-Ehinoma Noah Aiguobas1-7/+7
2026-07-13Merge 7.2-rc3 into staging-nextGreg Kroah-Hartman2-2/+12
2026-07-10staging: rtl8723bs: Rename camelcase struct member dot11PrivacyAlgrthmDalvin-Ehinoma Noah Aiguobas2-25/+25
2026-07-08staging: rtl8723bs: sdio_intf.c: cleanup functionManuel Ebner1-3/+2
2026-07-07staging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()Alexandru Hossu1-0/+8
2026-07-07staging: rtl8723bs: don't drop short TX frames in _rtw_pktfile_read()Christopher Mackle1-2/+4
2026-07-07staging: rtl8723bs: put logical continuation on previous lineSerhat Kumral1-2/+2
2026-07-07staging: rtl8723bs: remove multiple blank linesSerhat Kumral1-5/+0
2026-07-07staging: rtl8723bs: simplify rtw_spt_band_allocSerhat Kumral1-19/+12
2026-07-07staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in os_intfs.cMoksh Panicker1-1/+1
2026-07-07staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in xmit_linux.cMoksh Panicker1-1/+1
2026-07-07staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in ioctl_cfg80211.cMoksh Panicker1-6/+6
2026-07-07staging: rtl8723bs: rename ScanType to scan_typeSerhat Kumral1-1/+1
2026-07-07staging: rtl8723bs: rename ChannelNum to channel_numSerhat Kumral1-1/+1
2026-07-07staging: rtl8723bs: fix missing unregister_netdev on sdio_alloc_irq failureDevansh Soni1-1/+4
2026-07-07staging: rtl8723bs: remove references to nonexistent CONFIG_IEEE80211W optionEthan Nelson-Moore1-1/+0
2026-07-07staging: rtl8723bs: Drop unused parameter from rtw_sdio_if1_init()Uwe Kleine-König1-2/+2
2026-07-07staging: rtl8723bs: use nl80211_iftype instead of custom NDIS enumCong Nguyen2-17/+8
2026-07-07staging: rtl8723bs: Rename camelcase variable dot11AuthAlgrthmDalvin-Ehinoma Noah Aiguobas2-17/+17
2026-07-07staging: rtl8723bs: fix mismatched free of HalData in rtw_sdio_if1_init()Dawei Feng1-2/+2
2026-07-07staging: rtl8723bs: Fix line over 100 chars in xmit_linux.cPramod Maurya1-1/+3
2026-05-11Merge tag 'v7.1-rc3' into staging-nextGreg Kroah-Hartman1-1/+2
2026-05-04staging: rtl8723bs: wrap lines exceeding 100 charactersAndrei Khomenkov1-1/+2
2026-05-04staging: rtl8723bs: move logical operators to previous lineAndrei Khomenkov1-2/+2
2026-05-04staging: rtl8723bs: os_dep: simplify boolean comparisonsAndrei Khomenkov3-29/+29
2026-05-04staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_caseNikolay Kulikov2-3/+3
2026-05-04staging: rtl8723bs: remove wrapper rtw_hal_disable_interrupt()Nikolay Kulikov2-4/+3
2026-05-04staging: rtl8723bs: rtw_btcoex_HaltNotify() -> rtw_btcoex_halt_notify()Linus Probert1-1/+1
2026-05-04staging: rtl8723bs: replace NULL comparison with NOT operatorMiguel Cyrineu Vale1-1/+1
2026-05-04staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_allocShyam Sunder Reddy Padira1-1/+2
2026-04-27staging: rtl8723bs: os_dep: remove redundant else in rtw_dev_unloadShyam Sunder Reddy Padira1-5/+3
2026-04-27staging: rtl8723bs: os_dep: remove unnecessary braces for single statementShyam Sunder Reddy Padira1-2/+1
2026-04-27staging: rtl8723bs: rename EnableInterrupt8723BSdio() to snake_caseNikolay Kulikov1-1/+1
2026-04-27staging: rtl8723bs: rename ReadAdapterInfo8723BS() to snake_caseNikolay Kulikov1-1/+1
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_enable_interrupt()Nikolay Kulikov1-2/+1